Update src/app/layout.tsx
This commit is contained in:
@@ -24,7 +24,7 @@ export default function RootLayout({
|
||||
}) {
|
||||
return (
|
||||
<html lang="en">
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`}>
|
||||
<body className={`${geist.variable} ${geistMono.variable} antialiased`} suppressHydrationWarning>
|
||||
{children}
|
||||
|
||||
<script
|
||||
|
||||
Reference in New Issue
Block a user