more spacing after back arrow

This commit is contained in:
proddy
2024-10-02 08:53:55 +02:00
parent 88a01426c1
commit eef130e229

View File

@@ -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])}