Fix hotkeys for tasks page (#1034)

- fix hotkeys for tasks
This commit is contained in:
brendanlaschke
2023-08-02 07:11:07 +02:00
committed by GitHub
parent 991cadbe48
commit 0ad35549ac
5 changed files with 17 additions and 3 deletions

View File

@ -49,6 +49,7 @@ export function AppNavbar() {
<NavItem
label="Tasks"
to="/tasks"
active={currentPath === '/tasks'}
icon={<IconCheckbox size={theme.icon.size.md} />}
/>
<NavTitle label="Workspace" />