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