mirror of https://github.com/kortix-ai/suna.git
fix
This commit is contained in:
parent
6c782afe0e
commit
e65a9b4e00
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue