Skip to content

Commit

Permalink
Update Referral.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
tmoindustries authored Jun 7, 2024
1 parent 0d382a5 commit 553959a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Referral.vue
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<div class="col-md-6 offset-md-3">
<input
class="form-control text-center clipboard"
:value="'https://boulder.situs.ac/?ref=' + this.getNameOrAddress"
@click="copyToClipboard('https://boulder.situs.ac//?ref=' + this.getNameOrAddress)"
:value="'https://regen.situs.ac/?ref=' + this.getNameOrAddress"
@click="copyToClipboard('https://regen.situs.ac//?ref=' + this.getNameOrAddress)"
readonly
>
</div>
Expand Down

0 comments on commit 553959a

Please sign in to comment.