mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 08:19:52 +03:00
more spacing after back arrow
This commit is contained in:
@@ -41,6 +41,7 @@ const LayoutAppBar = ({ title, onToggleDrawer }: LayoutAppBarProps) => {
|
|||||||
|
|
||||||
{show_back && (
|
{show_back && (
|
||||||
<IconButton
|
<IconButton
|
||||||
|
sx={{ mr: 1 }}
|
||||||
color="inherit"
|
color="inherit"
|
||||||
edge="start"
|
edge="start"
|
||||||
onClick={() => navigate(pathnames[0])}
|
onClick={() => navigate(pathnames[0])}
|
||||||
|
|||||||
Reference in New Issue
Block a user