fix: add data-scroll-behavior="smooth" to suppress Next.js warning

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 19:45:01 +02:00
parent 2e284ec49e
commit 32d33d2f92
+1 -1
View File
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
export default function RootLayout({ children }: { children: React.ReactNode }) {
return (
<html lang="en" className={`${bebasNeue.variable} ${spaceGrotesk.variable}`}>
<html lang="en" data-scroll-behavior="smooth" className={`${bebasNeue.variable} ${spaceGrotesk.variable}`}>
<body>
<AppApolloProvider>
<Nav />