mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
fix: redesign bento grid with hero AI card, fix navbar icon bug, suppress hydration warning
This commit is contained in:
@@ -36,7 +36,7 @@ export const metadata: Metadata = {
|
||||
|
||||
export default function RootLayout({ children }: { children: React.ReactNode }) {
|
||||
return (
|
||||
<html lang="en" className={inter.variable}>
|
||||
<html lang="en" className={inter.variable} suppressHydrationWarning>
|
||||
<body className="bg-background text-foreground font-[family-name:var(--font-inter)] antialiased">
|
||||
{children}
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user