fix ref link

main
TheDude 1 year ago
parent 17db97525b
commit 214441fa6b
  1. 4
      src/components/Referral.vue

@ -12,8 +12,8 @@
<div class="col-md-6 offset-md-3">
<input
class="form-control text-center clipboard"
:value="'https://degendomains.io/#/'+getUrlPath+'?ref=' + this.getNameOrAddress"
@click="copyToClipboard('https://degendomains.io/#/'+getUrlPath+'?ref=' + this.getNameOrAddress)"
:value="'https://degendomains.io/'+getUrlPath+'?ref=' + this.getNameOrAddress"
@click="copyToClipboard('https://degendomains.io/'+getUrlPath+'?ref=' + this.getNameOrAddress)"
readonly
>
</div>

Loading…
Cancel
Save