Skip to content

Commit

Permalink
sort
Browse files Browse the repository at this point in the history
  • Loading branch information
Axxiss committed Mar 6, 2024
1 parent 7e20466 commit ffbb00c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/halo/src/components/core/Avatar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -122,11 +122,11 @@ function AvatarRaw({
<img
alt={name ? `Avatar for ${name}` : 'Avatar'}
className={avatarClassNames}
/* accomodate 1px border */
/* accommodate 1px border */
height={IMAGE_SIZES[size] - 2}
loading={lazyloadImage ? 'lazy' : undefined}
src={imageUrl}
width={IMAGE_SIZES[size] - 2}
loading={lazyloadImage ? 'lazy' : undefined}
/>
)}
{showBadge && (
Expand Down

0 comments on commit ffbb00c

Please sign in to comment.