Update src/app/layout.tsx

This commit is contained in:
2026-03-01 19:39:27 +00:00
parent f2b56c1e7a
commit 05db8a5b08

View File

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