Update src/app/layout.tsx

This commit is contained in:
2026-03-03 12:37:10 +00:00
parent 735321f1bf
commit a675b6709b

View File

@@ -35,9 +35,7 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${sourceSans3.variable} antialiased`}
>
<body className={`${sourceSans3.variable} antialiased`}>
<Tag />
{children}
@@ -1411,4 +1409,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}