From 8593e6ad678e1d8c56b7365bb2fe941caac46774 Mon Sep 17 00:00:00 2001 From: David Hill Date: Thu, 12 Mar 2026 11:37:43 +0000 Subject: [PATCH] fix(ui): update sidebar and new session icons --- packages/ui/src/components/icon.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/packages/ui/src/components/icon.tsx b/packages/ui/src/components/icon.tsx index bd5490e226..a11a8f3a04 100644 --- a/packages/ui/src/components/icon.tsx +++ b/packages/ui/src/components/icon.tsx @@ -42,9 +42,9 @@ const icons = { "magnifying-glass": ``, "plus-small": ``, plus: ``, - "new-session": ``, + "new-session": ``, "new-session-active": ` -`, +`, "pencil-line": ``, mcp: ``, glasses: ``, @@ -52,9 +52,9 @@ const icons = { "window-cursor": ``, task: ``, stop: ``, - sidebar: ``, - "sidebar-active": ` -`, + sidebar: ``, + "sidebar-active": ` +`, "layout-left": ``, "layout-left-partial": ``, "layout-left-full": ``,