style: style if user doesn't have profile pic (#1745)

This commit is contained in:
Dakshesh Jain 2023-08-01 14:12:57 +05:30 committed by GitHub
parent 4e297d92f3
commit d310b8f86f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,7 +97,7 @@ export const ProfileSidebar = () => {
className="rounded"
/>
) : (
<div className="bg-custom-background-90 text-custom-text-100">
<div className="bg-custom-background-90 flex justify-center items-center w-[52px] h-[52px] rounded text-custom-text-100">
{userProjectsData.user_data.first_name[0]}
</div>
)}