I see this error with the app, reported by NextJS, please fix it. The er

This commit is contained in:
Indigo Tang 2025-06-09 02:55:24 +00:00
parent 9432322fb2
commit fd626d9911
1 changed files with 0 additions and 1 deletions

View File

@ -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">