Skip to content

Commit

Permalink
the
Browse files Browse the repository at this point in the history
  • Loading branch information
nmsderp authored Mar 6, 2024
1 parent 8d700ac commit 2a1c2af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/avatar/avatar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ const user = {
<img
className="avatar"
src={user.imageUrl}
alt={'Avatar of ' + user.name}
alt={'Profile of ' + user.name}
style={{
width: user.imageSize,
height: user.imageSize
Expand Down

0 comments on commit 2a1c2af

Please sign in to comment.