refactor: remove unused MessageSquare icon from sidebar content

This commit is contained in:
tusharmagar 2026-02-04 14:43:52 +05:30
parent 10f94ce67e
commit 23a1544a17
2 changed files with 99 additions and 4 deletions

View file

@ -11,7 +11,6 @@ import {
FilePlus,
Folder,
FolderPlus,
MessageSquare,
Mic,
Network,
Pencil,
@ -689,9 +688,7 @@ function TasksSection({
<SidebarMenuButton
isActive={currentRunId === run.id}
onClick={() => actions?.onSelectRun(run.id)}
className="gap-2"
>
<MessageSquare className="size-4 shrink-0" />
<span className="truncate text-sm">{run.title || '(Untitled chat)'}</span>
</SidebarMenuButton>
</SidebarMenuItem>