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:
+1
-1
@@ -17,7 +17,7 @@ export const metadata: Metadata = {
|
|||||||
|
|
||||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||||
return (
|
return (
|
||||||
<html lang="en" className={`${bebasNeue.variable} ${spaceGrotesk.variable}`}>
|
<html lang="en" data-scroll-behavior="smooth" className={`${bebasNeue.variable} ${spaceGrotesk.variable}`}>
|
||||||
<body>
|
<body>
|
||||||
<AppApolloProvider>
|
<AppApolloProvider>
|
||||||
<Nav />
|
<Nav />
|
||||||
|
|||||||
Reference in New Issue
Block a user