feat: add Errands to header navigation

This commit is contained in:
Lukas May
2026-03-06 21:05:47 +01:00
parent c150f26d4a
commit e77be50b04

View File

@@ -10,6 +10,7 @@ const navItems = [
{ label: 'HQ', to: '/hq', badgeKey: null },
{ label: 'Initiatives', to: '/initiatives', badgeKey: null },
{ label: 'Agents', to: '/agents', badgeKey: 'running' as const },
{ label: 'Errands', to: '/errands', badgeKey: null },
{ label: 'Radar', to: '/radar', badgeKey: null },
{ label: 'Inbox', to: '/inbox', badgeKey: 'questions' as const },
{ label: 'Settings', to: '/settings', badgeKey: null },