Add dynamic breadcrumb navigation and update kanzlei routes under /demo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user