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 +

)}