added watermark

This commit is contained in:
Milo Schwartz 2024-12-16 22:49:16 -05:00
parent 207a7b8a39
commit 283fb3990c
No known key found for this signature in database
2 changed files with 31 additions and 10 deletions

View file

@ -19,7 +19,7 @@ export default async function RootLayout({
}>) {
return (
<html suppressHydrationWarning>
<body className={`${font.className} pb-3`}>
<body className={`${font.className}`}>
<ThemeProvider
attribute="class"
defaultTheme="system"