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 ( return (
<html lang="en" suppressHydrationWarning> <html lang="en" suppressHydrationWarning>
<ServiceWrapper> <ServiceWrapper>
<body <body className={rubik.variable}>
className={rubik.variable}
>
<Tag /> <Tag />
{children} {children}