diff --git a/components/Navbar.tsx b/components/Navbar.tsx index ef2ccf0..1e56789 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -80,7 +80,10 @@ export function Navbar() { whileHover={{ scale: 1.05 }} whileTap={{ scale: 0.95 }} > - +
@@ -127,7 +130,7 @@ export function Navbar() { )} - {!isUserDashboard && ( + {!isAdmin && ( )} - {!isUserDashboard && ( + {!isAdmin && ( setMobileMenuOpen(false)}