Update src/app/layout.tsx

This commit is contained in:
2026-01-21 12:04:12 +00:00
parent 810e539898
commit ebaf71e169

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}