Skip to content

Commit

Permalink
Merge pull request #426 from jplomas/master
Browse files Browse the repository at this point in the history
Fix NFT link on tx
  • Loading branch information
jplomas committed Jul 11, 2023
2 parents a3753b1 + f36c36d commit fbd5f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions imports/ui/components/tx/tx.html
Expand Up @@ -279,14 +279,14 @@ <h4>Signatories</h4>
{{/if}}
provider:
{{#if knownProvider}}
<a href="{{providerURL}}/{{tx.tx.transaction_hash}}">{{providerName}}</a> ({{providerID}})
<a href="{{providerURL}}/{{explorer.token_txhash}}">{{providerName}}</a> ({{providerID}})
{{else}}
{{providerID}}
{{/if}}
<p style="word-break: break-all;">Hash: {{nftHash}}</p>
<div>
{{#if knownProvider}}
<a href="{{providerURL}}/{{tx.tx.transaction_hash}}"><button class="ui red button"><i class="ui eye icon"></i>View at {{providerName}}</button></a>
<a href="{{providerURL}}/{{explorer.token_txhash}}"><button class="ui red button"><i class="ui eye icon"></i>View at {{providerName}}</button></a>
{{else}}
Contact your NFT provider
{{/if}}
Expand Down

0 comments on commit fbd5f8c

Please sign in to comment.