Add dynamic breadcrumb navigation and update kanzlei routes under /demo
This commit is contained in:
8
internal_frontend/lib/breadcrumb-map.ts
Normal file
8
internal_frontend/lib/breadcrumb-map.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
// lib/breadcrumb-map.ts
|
||||
export const breadcrumbMap: Record<string, string> = {
|
||||
'dashboard': 'Dashboard',
|
||||
'settings': 'Settings',
|
||||
'demo': 'Demo',
|
||||
'users': 'User Management',
|
||||
// Add more mappings as needed
|
||||
};
|
||||
Reference in New Issue
Block a user