From 8b9552f8a4986c88979670dfcca14088dc1363a2 Mon Sep 17 00:00:00 2001 From: Dakshesh Jain Date: Tue, 1 Aug 2023 14:01:27 +0530 Subject: [PATCH] style: style if user doesn't have profile pic --- apps/app/components/profile/sidebar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/app/components/profile/sidebar.tsx b/apps/app/components/profile/sidebar.tsx index 90945fb8923..cb2fe1f5003 100644 --- a/apps/app/components/profile/sidebar.tsx +++ b/apps/app/components/profile/sidebar.tsx @@ -97,7 +97,7 @@ export const ProfileSidebar = () => { className="rounded" /> ) : ( -
+
{userProjectsData.user_data.first_name[0]}
)}