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