From d310b8f86ff0f14aede3cee5b926f6d8b966ddcc Mon Sep 17 00:00:00 2001 From: Dakshesh Jain <65905942+dakshesh14@users.noreply.github.com> Date: Tue, 1 Aug 2023 14:12:57 +0530 Subject: [PATCH] style: style if user doesn't have profile pic (#1745) --- 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 90945fb89..cb2fe1f50 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]}
)}