refactor: Simplify body tag formatting in RootLayout component

This commit is contained in:
2025-10-16 12:59:02 +02:00
parent ac52eaf984
commit 872d590ff0

View File

@@ -25,9 +25,7 @@ export default function RootLayout({
}>) { }>) {
return ( return (
<html lang="en"> <html lang="en">
<body <body className={`${geistSans.variable} ${geistMono.variable} antialiased`}>
className={`${geistSans.variable} ${geistMono.variable} antialiased`}
>
{children} {children}
</body> </body>
<Analytics /> <Analytics />