version nice

This commit is contained in:
nBiqoz
2025-07-26 21:46:14 +02:00
parent 5ba4fdc450
commit 6d12017561

View File

@@ -25,7 +25,7 @@ export default function RootLayout({
return (
<html lang="en">
<body
className={`${geistSans.variable} ${geistMono.variable} antialiased w-screen bg-red-500`}
className={`${geistSans.variable} ${geistMono.variable} antialiased w-screen bg-white`}
>
{children}
</body>