Update src/app/layout.tsx
This commit is contained in:
@@ -33,9 +33,7 @@ export default function RootLayout({
|
||||
return (
|
||||
<html lang="en" suppressHydrationWarning>
|
||||
<ServiceWrapper>
|
||||
<body
|
||||
className={rubik.variable}
|
||||
>
|
||||
<body className={rubik.variable}>
|
||||
<Tag />
|
||||
{children}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user