feat(ui): admin-only root link and shared header navigation
CI / quality (push) Waiting to run

This commit is contained in:
MOH
2026-03-06 16:50:45 +01:00
parent 7a20cf5c75
commit ce63cd8b69
32 changed files with 1070 additions and 600 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ export default function RootLayout({
}>) {
return (
<html lang="de" suppressHydrationWarning>
<body className="min-h-screen antialiased">{children}</body>
<body>{children}</body>
</html>
);
}