mirror of
https://github.com/makeplane/plane.git
synced 2026-02-19 05:12:04 -06:00
style: style if user doesn't have profile pic (#1745)
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user