Skip to content

Commit

Permalink
style(profile.jsx): change the color of the avatar
Browse files Browse the repository at this point in the history
  • Loading branch information
Hadj-Said-Bouras committed Nov 28, 2023
1 parent ede2e25 commit 87a9fdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/profile/Profile.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const Profile = () => {
<div className='flex items-center w-full p-4 my-8 rounded-2xl justify-center gap-8 border border-gray '>
<div className='rounded-full w-36 h-36 '>
{!avatarUrl ? (
<div className='w-full h-full rounded-full flex justify-center items-center bg-green text-white text-4xl font-bold uppercase'>
<div className='w-full h-full rounded-full flex justify-center items-center bg-lime-600 text-white text-4xl font-bold uppercase'>
{name && name[0]}
</div>
) : (
Expand Down

1 comment on commit 87a9fdf

@vercel
Copy link

@vercel vercel bot commented on 87a9fdf Nov 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.