feat: add Intelligence Hub to navigation

This commit is contained in:
admin-valentin 2026-08-26 15:41:12 +00:00
parent 67133efb93
commit 94f0eeda7e

View file

@ -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 }>();