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

fix(fixed avatar img heigh/width): fixed avatar height/width

parent 6926e0b5
No related branches found
No related tags found
1 merge request!223reset the pin numbers before search results are fetch (so the results will be...
Pipeline #78672 passed
...@@ -3,6 +3,6 @@ import avatarImg from '@/assets/images/user-avatar.png'; ...@@ -3,6 +3,6 @@ import avatarImg from '@/assets/images/user-avatar.png';
export const UserAvatar = (): JSX.Element => ( export const UserAvatar = (): JSX.Element => (
<div className="w-8 h-8 mr-7" data-testid="user-avatar"> <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" height={32} width={32} />
</div> </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