Skip to content

Commit

Permalink
style: style if user doesn't have profile pic (#1745)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakshesh14 committed Aug 1, 2023
1 parent 4e297d9 commit d310b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/app/components/profile/sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit d310b8f

Please sign in to comment.