correzione a Layout management
All checks were successful
Deploy to VPS / build (push) Successful in 39s
Deploy to VPS / deploy (push) Successful in 29s

This commit is contained in:
AV77web 2026-05-31 17:17:06 +02:00
parent 287a6484ad
commit 8738f90c7e

View file

@ -20,14 +20,7 @@ export default async function ManagementLayout({
<StabilimentoProvider>
<div>
<Navbar actions={<SignOutButton />} />
<header className="border-b border-zinc-200 bg-white">
<div className="mx-auto flex max-w-6xl items-center justify-between px-4 py-3">
<div>
{session.user.utente}
</div>
</div>
</header>
<main className="mx-auto max-w-6xl px-4 py-6">{children}</main>
<main>{children}</main>
</div>
</StabilimentoProvider>
);