Update src/app/layout.tsx

This commit is contained in:
2026-01-21 12:04:18 +00:00
parent e50d622ffb
commit c272b1ee48

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}