Update src/app/layout.tsx

This commit is contained in:
2026-03-03 13:55:22 +00:00
parent bc47e0195b
commit ebac4cdcc0

View File

@@ -27,9 +27,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${manrope.variable} antialiased`}
>
<body className={`${manrope.variable} antialiased`}>
<Tag />
{children}