Skip to content
Snippets Groups Projects
Commit 821ac306 authored by Tadeusz Miesiąc's avatar Tadeusz Miesiąc
Browse files

fix(fixed avatar placeholder): fixed avatar placeholder height and width

parent 60d6a6b9
No related branches found
No related tags found
3 merge requests!223reset the pin numbers before search results are fetch (so the results will be...,!16Feature/setup redux async,!15Feature/setup redux
......@@ -3,6 +3,6 @@ import avatarImg from '@/assets/images/user-avatar.png';
export const UserAvatar = (): JSX.Element => (
<div className="w-8 h-8 mr-7" data-testid="user-avatar">
<Image src={avatarImg} fill alt="user avatar" />
<Image src={avatarImg} alt="user avatar" width={32} height={32} />
</div>
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment