Navbar Small Fix

This commit is contained in:
Sir Blob
2025-01-25 02:47:38 -05:00
parent 18679f3a7d
commit b2253d9b2d
2 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ export default function RootLayout({
<body>
<ThemeProvider attribute="class" defaultTheme="system" enableSystem disableTransitionOnChange>
<Navbar />
<main>{children}</main>
<main suppressHydrationWarning>{children}</main>
</ThemeProvider>
</body>
</html>