Skip to content

Commit 79adc87

Browse files
committed
fix: header
1 parent 7be8c00 commit 79adc87

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

apps/docs/app/(home)/layout.tsx

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,10 @@ export default async function Layout({ children }: { children: ReactNode }) {
3333

3434
return (
3535
<HomeLayout {...baseOptions}>
36-
<div className="overflow-hidden">
37-
<Navbar stars={stars} />
38-
<main className="flex min-h-screen flex-col font-manrope">
39-
{children}
40-
</main>
41-
</div>
36+
<Navbar stars={stars} />
37+
<main className="flex min-h-screen flex-col font-manrope">
38+
{children}
39+
</main>
4240
</HomeLayout>
4341
);
4442
}

0 commit comments

Comments
 (0)