This commit is contained in:
marko-kraemer 2025-09-22 14:44:37 +02:00
parent 6c782afe0e
commit e65a9b4e00
1 changed files with 2 additions and 2 deletions

View File

@ -194,10 +194,10 @@ export function SidebarLeft({
</span>
</SidebarMenuButton>
</Link>
<Link href="/tasks">
<Link href="/triggers">
<SidebarMenuButton
className={cn('touch-manipulation mt-1', {
'bg-accent text-accent-foreground font-medium': pathname === '/tasks',
'bg-accent text-accent-foreground font-medium': pathname === '/triggers',
})}
onClick={() => {
if (isMobile) setOpenMobile(false);