Skip to content

Commit

Permalink
[FIX] fix icone not found
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Leclerc committed Aug 14, 2024
1 parent c7ee96e commit 8e81bb1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion src/components/main/ERC/token/ButtonBalance.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li v-for="(balance, index) in balances" :key="index">
<div v-if="balance.name != null" class="TokenBox">
<div class="TokenLeft">
<img :src="balance.logo ? balance.logo : '../../../icons/question.png'" :alt="balance.name" />
<img :src="balance.logo ? balance.logo : 'img/question.png'" :alt="balance.name" />
<span class="TitleToken">{{ balance.name }}</span>
</div>
<div class="TokenRight">
Expand Down

0 comments on commit 8e81bb1

Please sign in to comment.