feat(CC-090): add Clients, Revenue, Pitch, Retro, Skills to navigation
This commit is contained in:
parent
803d9aaf93
commit
03c4f8d7e3
1 changed files with 5 additions and 0 deletions
|
|
@ -383,6 +383,11 @@ export const NAV_SECTIONS: NavSection[] = [
|
|||
ready('OKR Tracker', `${B}/okr`),
|
||||
ready('Learning Queue', `${B}/learning-queue`),
|
||||
ready('Focus Session', `${B}/focus`),
|
||||
ready('Client Tracker', `${B}/clients`),
|
||||
ready('Revenue Tracker', `${B}/finance/revenue`),
|
||||
ready('Pitch Builder', `${B}/pitch`),
|
||||
ready('Retrospective', `${B}/retrospective`),
|
||||
ready('Skills Inventory', `${B}/skills`),
|
||||
];
|
||||
|
||||
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();
|
||||
|
|
|
|||
Loading…
Reference in a new issue