Skip to content

Commit

Permalink
NFT hash display on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
jplomas committed Jun 13, 2023
1 parent 25a0ff3 commit 9c42e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imports/ui/components/tx/tx.html
Expand Up @@ -283,7 +283,7 @@ <h4>Signatories</h4>
{{else}}
{{providerID}}
{{/if}}
<p>Hash: {{nftHash}}</p>
<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>
Expand Down

0 comments on commit 9c42e29

Please sign in to comment.