Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Address Page Display and Contract Manager Optimization #869

Merged
merged 5 commits into from
Nov 7, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adding alt property for the blockie icon
  • Loading branch information
Viterbo committed Nov 5, 2024
commit f2653364849e4cff6c0f672ed7c39b4c8036d773
3 changes: 2 additions & 1 deletion src/pages/AccountPage.vue
Original file line number Diff line number Diff line change
@@ -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"
>
<!--
Loading