Skip to content

Commit

Permalink
chore: Add width and height attrs to bal asset image
Browse files Browse the repository at this point in the history
  • Loading branch information
garethfuller committed Jul 7, 2023
1 parent 0b3a02b commit b43e560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/_global/BalAsset/BalAsset.vue
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ watch(iconSRC, newURL => {
v-if="iconSRC && !error"
:src="iconSRC"
alt="icon"
:width="size"
:height="size"
class="bg-white rounded-full"
loading="lazy"
@error="error = true"
Expand Down

1 comment on commit b43e560

@vercel
Copy link

@vercel vercel bot commented on b43e560 Jul 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.