Add dynamic breadcrumb navigation and update kanzlei routes under /demo

This commit is contained in:
2025-07-02 01:25:55 +09:00
parent b33b470e7b
commit 0b2f8332a2
11 changed files with 246 additions and 8 deletions

View File

@@ -116,17 +116,17 @@ export function AppSidebar() {
<CollapsibleContent>
<SidebarMenuSub className="ml-4 border-l border-border pl-4 flex flex-col gap-y-1">
<SidebarMenuSubItem>
<SidebarMenuSubButton href="/kanzlei/steuer">
<SidebarMenuSubButton href="/demo/kanzlei/steuer">
Steuer
</SidebarMenuSubButton>
</SidebarMenuSubItem>
<SidebarMenuSubItem>
<SidebarMenuSubButton href="/kanzlei/rechtsanwalt">
<SidebarMenuSubButton href="/demo/kanzlei/rechtsanwalt">
Rechtsanwalt
</SidebarMenuSubButton>
</SidebarMenuSubItem>
<SidebarMenuSubItem>
<SidebarMenuSubButton href="/kanzlei/bilanzbuchhalter">
<SidebarMenuSubButton href="/demo/kanzlei/bilanzbuchhalter">
Bilanzbuchhalter
</SidebarMenuSubButton>
</SidebarMenuSubItem>