From ee52b96b4fa9f5718fe435ec69941d5c0705bf2f Mon Sep 17 00:00:00 2001 From: anmolsinghbhatia Date: Mon, 1 May 2023 16:05:53 +0530 Subject: [PATCH] style: workspace sidebar theming --- apps/app/components/project/sidebar-list.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/apps/app/components/project/sidebar-list.tsx b/apps/app/components/project/sidebar-list.tsx index c59abb59e..5cb5dcbd3 100644 --- a/apps/app/components/project/sidebar-list.tsx +++ b/apps/app/components/project/sidebar-list.tsx @@ -180,7 +180,9 @@ export const ProjectSidebarList: FC = () => { ) : (
{!sidebarCollapse && ( -

You don{"'"}t have any project yet

+

+ You don{"'"}t have any project yet +

)}