diff --git a/components/landing/navbar.tsx b/components/landing/navbar.tsx index b745e25..76a9aaa 100644 --- a/components/landing/navbar.tsx +++ b/components/landing/navbar.tsx @@ -22,7 +22,8 @@ export function Navbar() { const isOnStoriesPage = pathname === "/stories"; - if (!isLoaded) return null; + if (!isLoaded) + return
; return ( <>