feat: add Intelligence Hub to navigation
This commit is contained in:
parent
67133efb93
commit
94f0eeda7e
1 changed files with 1 additions and 0 deletions
|
|
@ -397,6 +397,7 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('Event Tracker', `${B}/events`),
|
||||
ready('Annual Review', `${B}/annual-review`),
|
||||
ready('Personal KPI', `${B}/kpi`),
|
||||
ready('Intelligence Hub', `${B}/intelligence`),
|
||||
];
|
||||
|
||||
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue