Skip to content

Commit

Permalink
fix: -suppressHydrationWarning
Browse files Browse the repository at this point in the history
  • Loading branch information
abernier committed Aug 22, 2024
1 parent 954164a commit 51ee556
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 @@ -55,7 +55,7 @@ export default function RootLayout({
children: React.ReactNode
}>) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="en">
<body className={cn(inter.className, 'bg-surface')}>
<ThemeProvider
// attribute="class"
Expand Down

0 comments on commit 51ee556

Please sign in to comment.