I see this error with the app, reported by NextJS, please fix it. The er
This commit is contained in:
parent
9432322fb2
commit
fd626d9911
|
|
@ -34,7 +34,6 @@ export default function RootLayout({
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
className={cn('min-h-screen bg-background font-body antialiased flex flex-col', ptSans.variable)}
|
className={cn('min-h-screen bg-background font-body antialiased flex flex-col', ptSans.variable)}
|
||||||
suppressHydrationWarning={true}
|
|
||||||
>
|
>
|
||||||
<Header />
|
<Header />
|
||||||
<main className="flex-grow container mx-auto px-4 py-8">
|
<main className="flex-grow container mx-auto px-4 py-8">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue