diff --git a/web/components/navbar.tsx b/web/components/navbar.tsx index 8793c25a..486b2272 100644 --- a/web/components/navbar.tsx +++ b/web/components/navbar.tsx @@ -20,11 +20,11 @@ export const Navbar = () => {
-
+
- {isClient && credentials && siteConfig.navItems ? -
    + {isClient && credentials ? +
      { siteConfig.navItems.map((item) => (