Skip to content

Commit

Permalink
fix(ui): add loader for navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mehdibha committed Dec 25, 2023
1 parent 342211f commit eaa12cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/marketing/src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default function RootLayout({ children }: { children: React.ReactNode })
<Analytics />
<div className="relative">
<Banner />
<Suspense fallback={null}>
<Suspense fallback={<div className="h-[64px]" />}>
<Header />
</Suspense>
<div className="min-h-[calc(100vh-64px)] pb-36">{children}</div>
Expand Down

0 comments on commit eaa12cd

Please sign in to comment.