mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(profile): user portfolio image size (#52253)
This commit is contained in:
committed by
GitHub
parent
98d81df33d
commit
5727ac6eb8
@@ -46,7 +46,7 @@ function AvatarRenderer({
|
||||
{isPlaceHolderImage ? (
|
||||
<DefaultAvatar className='avatar default-avatar' />
|
||||
) : (
|
||||
<Image alt='' src={picture} responsive />
|
||||
<Image alt='' className='avatar' src={picture} />
|
||||
)}
|
||||
</div>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user