From a488a3411c61502e5f3f0dab50500cace92d96ea Mon Sep 17 00:00:00 2001 From: Anmol Singh Bhatia Date: Wed, 8 May 2024 15:22:44 +0530 Subject: [PATCH] chore: app sidebar emoji and icon consisteny --- web/components/project/sidebar-list-item.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/web/components/project/sidebar-list-item.tsx b/web/components/project/sidebar-list-item.tsx index f79036a3a9..02ca53438a 100644 --- a/web/components/project/sidebar-list-item.tsx +++ b/web/components/project/sidebar-list-item.tsx @@ -226,7 +226,10 @@ export const ProjectSidebarListItem: React.FC = observer((props) => { })} >
- +
{!isCollapsed &&

{project.name}

}