Add navbar

This commit is contained in:
Rene Arumetsa
2026-05-01 20:06:56 +03:00
parent f8a64f078e
commit b3f740ca46
6 changed files with 85 additions and 245 deletions

View File

@@ -19,7 +19,6 @@ export default async function SidebarLayoutServer() {
{ href: "/ajakava" as const, label: navT("schedule") },
{ href: "/turniirid" as const, label: navT("tournaments") },
{ href: "/kodukord" as const, label: navT("houserules") },
{ href: "/reeglid" as const, label: navT("rules") },
];
return <SidebarLayoutClient themeLabels={themeLabels} navItems={navItems} />;