kite-menu

This commit is contained in:
2026-06-11 13:38:37 +03:00
parent 60b48ca5e8
commit 18dabd1eb2
6 changed files with 167 additions and 5 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ export default function RootLayout({
}>) {
return (
<html lang="tr" className={`${cormorant.variable} ${jakarta.variable} h-full`}>
<body className="min-h-full flex flex-col antialiased">{children}</body>
<body className="min-h-full flex flex-col antialiased" suppressHydrationWarning>{children}</body>
</html>
);
}