feat(CC-090): add Clients, Revenue, Pitch, Retro, Skills to navigation

This commit is contained in:
admin-valentin 2026-08-02 18:00:45 +00:00
parent 803d9aaf93
commit 03c4f8d7e3

View file

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