feat : add board interactions
This commit is contained in:
@@ -26,10 +26,8 @@ export default function NavBar({ darkMode, switchDarkMode }: Props) {
|
||||
<Box sx={{ flexGrow: 1, display: "flex" }}>
|
||||
<AppBar
|
||||
position="static"
|
||||
sx={{
|
||||
zIndex: (theme) => theme.zIndex.drawer + 1,
|
||||
backgroundColor: "primary.main",
|
||||
}}
|
||||
sx={{ zIndex: (theme) => theme.zIndex.drawer + 1 }}
|
||||
enableColorOnDark
|
||||
>
|
||||
<Toolbar>
|
||||
<IconButton
|
||||
|
||||
Reference in New Issue
Block a user