Compare commits

2 Commits

Author SHA1 Message Date
c272b1ee48 Update src/app/layout.tsx 2026-01-21 12:04:18 +00:00
e50d622ffb Merge version_1 into main
Merge version_1 into main
2026-01-21 12:01:10 +00:00

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}