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 (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${figtree.variable} antialiased`}
>
<body className={`${figtree.variable} antialiased`}>
<Tag />
{children}
@@ -1408,4 +1406,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}