Skip to content

Commit 0d52050

Browse files
authored
fix: appbar to fixed and add spacing (#144)
1 parent c29bec9 commit 0d52050

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/admin/Navbar/index.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ const Navbar = ({ profile }: NavbarProps) => {
6969

7070
return (
7171
<>
72-
<AppBar position="static">
72+
<AppBar>
7373
<Toolbar>
7474
<Typography variant="h6" sx={{ flexGrow: 1 }}>
7575
Admin
@@ -145,6 +145,7 @@ const Navbar = ({ profile }: NavbarProps) => {
145145
setAddWidgetDialogOpened(false);
146146
}}
147147
/>)}
148+
<Box m={2} pt={3} />
148149
</>
149150
);
150151
};

0 commit comments

Comments
 (0)