Show skeleton navbar while loading

This commit is contained in:
Riccardo Giorato
2025-12-28 13:18:10 +01:00
parent 16011f38a4
commit dd1bddaaa4
+2 -1
View File
@@ -22,7 +22,8 @@ export function Navbar() {
const isOnStoriesPage = pathname === "/stories";
if (!isLoaded) return null;
if (!isLoaded)
return <div className="h-14 sm:h-16 w-full border-b border-border/50" />;
return (
<>