Skip to content

Commit

Permalink
adding alt property for the blockie icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo committed Nov 5, 2024
1 parent 5c3346f commit f265336
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/AccountPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,11 @@ async function loadAccount() {
:alt="contract.getName() + ' ERC20 token'"
:src="getIcon(contract.logoURI)"
/>
<!-- Blockies icon for address + {{accountAddress}} -->
<img
v-else
:src="createIconFromData(accountAddress)"
alt=""
:alt="`Blockies icon for address ${accountAddress}`"
class="c-address__icon"
>
<!--
Expand Down

0 comments on commit f265336

Please sign in to comment.