mirror of
https://github.com/KuekHaoYang/KVideo.git
synced 2026-08-17 17:53:43 +08:00
fix: Remove duplicate suppressHydrationWarning from body tag in RootLayout
This commit is contained in:
@@ -27,6 +27,7 @@ export default function RootLayout({
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<body
|
||||
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
|
||||
suppressHydrationWarning
|
||||
>
|
||||
<ThemeProvider>
|
||||
{children}
|
||||
|
||||
Reference in New Issue
Block a user