From 32d33d2f9259153a5fc3a75454ea3990becbd00b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Sun, 14 Jun 2026 19:45:01 +0200 Subject: [PATCH] fix: add data-scroll-behavior="smooth" to suppress Next.js warning Co-Authored-By: Claude Sonnet 4.6 --- app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index d8d747a..a7d5765 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -17,7 +17,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - +