refactor: link to settings section

This commit is contained in:
Carlos Valente
2026-02-08 10:19:44 +01:00
committed by Carlos Valente
parent 773229ce4c
commit aecf9575b1
2 changed files with 5 additions and 2 deletions
@@ -41,7 +41,7 @@ function RundownMenu({ allowNavigation }: RundownMenuProps) {
type: 'item',
label: 'Manage Rundowns...',
icon: IoList,
onClick: () => setLocation('manage'),
onClick: () => setLocation('manage__rundowns'),
disabled: !allowNavigation,
},
{ type: 'divider' },