presidio ok v.1 button

This commit is contained in:
nBiqoz
2025-07-28 22:40:53 +02:00
parent 499362fb3f
commit a7b0b32582
4 changed files with 6 additions and 5 deletions

View File

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