Skip to content

Commit

Permalink
Merge pull request #2312 from threefoldtech/development_handle_links
Browse files Browse the repository at this point in the history
Handle address of stellar depending of network
  • Loading branch information
AlaaElattar authored Mar 3, 2024
2 parents 5e5313e + 23083ad commit a244172
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/playground/src/components/deposit_dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<input-tooltip
v-if="selectedName == 'stellar'"
tooltip="Threefold Staller account"
href="https://stellar.expert/explorer/testnet/account/GDHJP6TF3UXYXTNEZ2P36J5FH7W4BJJQ4AYYAXC66I2Q2AH5B6O6BCFG"
:href="`https://stellar.expert/explorer/testnet/account/${depositWallet}`"
target="_blank"
>
<CopyReadonlyInput label="Destination" :data="depositWallet"></CopyReadonlyInput>
Expand Down

0 comments on commit a244172

Please sign in to comment.