Compare commits

1 Commits

Author SHA1 Message Date
ebaf71e169 Update src/app/layout.tsx 2026-01-21 12:04:12 +00:00

View File

@@ -33,9 +33,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={rubik.variable}
>
<body className={rubik.variable}>
<Tag />
{children}