Skip to content

Commit

Permalink
Fix image path
Browse files Browse the repository at this point in the history
  • Loading branch information
atmoner committed Aug 10, 2023
1 parent 9737539 commit 1b1ee1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/SoloRewardModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<v-img
max-height="102"
max-width="102"
src="https://wallet-testnet.bitcanna.io/icons/pending.svg"
src="https://wallet.bitcanna.io/icons/pending.svg"
/>
<br>
<h3>Transaction pending</h3>
Expand All @@ -122,7 +122,7 @@
<v-img
max-height="102"
max-width="102"
src="https://wallet-testnet.bitcanna.io/icons/approved.svg"
src="https://wallet.bitcanna.io/icons/approved.svg"
/>
<br>
<h3>Transaction approved</h3>
Expand Down

0 comments on commit 1b1ee1f

Please sign in to comment.