From 1f1c941415274b8bb1745fabfe48351a2c5eca2f Mon Sep 17 00:00:00 2001 From: zurielbm <58864716+zurielbm@users.noreply.github.com> Date: Sat, 18 Apr 2026 11:18:05 -0400 Subject: [PATCH] fix: updated UI "add project" icon to match the command pallete icon --- apps/web/src/components/Sidebar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/web/src/components/Sidebar.tsx b/apps/web/src/components/Sidebar.tsx index 8272779399a..409cbf3c890 100644 --- a/apps/web/src/components/Sidebar.tsx +++ b/apps/web/src/components/Sidebar.tsx @@ -4,7 +4,7 @@ import { ChevronRightIcon, CloudIcon, GitPullRequestIcon, - PlusIcon, + FolderPlusIcon, SearchIcon, SettingsIcon, SquarePenIcon, @@ -2587,7 +2587,7 @@ const SidebarProjectsContent = memo(function SidebarProjectsContent( /> } > - + Add project