Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit 1b1ee1f

Browse files
committed
Fix image path
1 parent 9737539 commit 1b1ee1f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/SoloRewardModal.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<v-img
107107
max-height="102"
108108
max-width="102"
109-
src="https://wallet-testnet.bitcanna.io/icons/pending.svg"
109+
src="https://wallet.bitcanna.io/icons/pending.svg"
110110
/>
111111
<br>
112112
<h3>Transaction pending</h3>
@@ -122,7 +122,7 @@
122122
<v-img
123123
max-height="102"
124124
max-width="102"
125-
src="https://wallet-testnet.bitcanna.io/icons/approved.svg"
125+
src="https://wallet.bitcanna.io/icons/approved.svg"
126126
/>
127127
<br>
128128
<h3>Transaction approved</h3>

0 commit comments

Comments
 (0)