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