Skip to content

Commit

Permalink
chore: suppress hydration warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Feb 4, 2024
1 parent b93f450 commit f87851f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const metadata: Metadata = {
}

const RootLayout = ({ children }: { children: React.ReactNode }) => (
<html className='dark' lang='en' style={{ colorScheme: 'dark' }}>
<html lang='en' suppressHydrationWarning>
<body className={inter.className}>
<DarkModeProvider>
<Navbar />
Expand Down

0 comments on commit f87851f

Please sign in to comment.