We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c29bec9 commit 0d52050Copy full SHA for 0d52050
src/components/admin/Navbar/index.tsx
@@ -69,7 +69,7 @@ const Navbar = ({ profile }: NavbarProps) => {
69
70
return (
71
<>
72
- <AppBar position="static">
+ <AppBar>
73
<Toolbar>
74
<Typography variant="h6" sx={{ flexGrow: 1 }}>
75
Admin
@@ -145,6 +145,7 @@ const Navbar = ({ profile }: NavbarProps) => {
145
setAddWidgetDialogOpened(false);
146
}}
147
/>)}
148
+ <Box m={2} pt={3} />
149
</>
150
);
151
};
0 commit comments