feat(CC-091): add Expenses, Budget, Cashflow, ContentCalendar, Projects to navigation

This commit is contained in:
admin-valentin 2026-08-02 18:06:07 +00:00
parent 475053cc6a
commit fa588afbe4

View file

@ -388,6 +388,11 @@ export const NAV_SECTIONS: NavSection[] = [
ready('Pitch Builder', `${B}/pitch`),
ready('Retrospective', `${B}/retrospective`),
ready('Skills Inventory', `${B}/skills`),
ready('Cheltuieli', `${B}/finance/expenses`),
ready('Budget Planner', `${B}/finance/budget`),
ready('Cashflow', `${B}/finance/cashflow`),
ready('Content Calendar', `${B}/content-calendar`),
ready('Project Tracker', `${B}/projects`),
];
const ITEMS_BY_ROUTE = new Map<string, { section: NavSection; item: NavItem }>();