Skip to content

Commit c59dc5d

Browse files
Update app/layout.tsx
Co-authored-by: Copilot <[email protected]>
1 parent 584c7ec commit c59dc5d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/layout.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ export default function RootLayout({
2525
disableTransitionOnChange
2626
>
2727
<Navbar />
28-
{children}
28+
<main>
29+
{children}
30+
</main>
2931
<Footer />
3032
</ThemeProvider>
3133
</body>

0 commit comments

Comments
 (0)