Skip to content

Commit

Permalink
fix rsk explorer link (#8482)
Browse files Browse the repository at this point in the history
  • Loading branch information
chibie authored Mar 4, 2021
1 parent caaf555 commit 2e0275c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/grants/templates/grants/cart/extension/rsk.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

<p class="font-smaller-1">
You can view the status of your transaction on
<a :href="'https://explorer.rsk.one/#/tx/' + grant.txnid" target="_blank">here.</a>
<a :href="'https://explorer.rsk.co/tx/' + grant.txnid" target="_blank">here.</a>
</p>

<a href="#" @click="removeGrantFromCart(grant.grant_id);" class="btn btn-gc-blue btn-block py-3 font-smaller-1 mt-4" data-dismiss="modal" class="btn btn-gc-blue font-smaller-2 py-2 px-4">Payout your next Grant</a>
Expand Down

0 comments on commit 2e0275c

Please sign in to comment.