mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
style: style if user doesn't have profile pic (#1745)
This commit is contained in:
parent
4e297d92f3
commit
d310b8f86f
@ -97,7 +97,7 @@ export const ProfileSidebar = () => {
|
|||||||
className="rounded"
|
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]}
|
{userProjectsData.user_data.first_name[0]}
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
|
Loading…
Reference in New Issue
Block a user