diff --git a/src/Components/Navbar/NavMobile.tsx b/src/Components/Navbar/NavMobile.tsx index a719574..aeff6b5 100644 --- a/src/Components/Navbar/NavMobile.tsx +++ b/src/Components/Navbar/NavMobile.tsx @@ -16,7 +16,7 @@ import { Menu, MenuButton, MenuItem } from "@szhsin/react-menu"; import Avatar from "src/features/Profiles/Components/Avatar/Avatar"; import { createRoute } from "src/utils/routing"; - +const NAV_HEIGHT = "67px" const navBtnVariant = { menuHide: { rotate: 90, opacity: 0 }, @@ -118,7 +118,7 @@ export default function NavMobile() { -
+
{drawerOpen && (
toggleDrawerOpen()}