Merge branch 'master' into audit
This commit is contained in:
commit
1e3ea14f69
35 changed files with 305 additions and 136 deletions
|
@ -26,7 +26,13 @@
|
|||
>
|
||||
Tornado Cash Nova
|
||||
</a>
|
||||
<a v-if="notice.txHash" :href="txExplorerUrl(notice.txHash)" target="_blank" rel="noopener noreferrer">
|
||||
<a
|
||||
v-if="notice.txHash"
|
||||
:href="txExplorerUrl(notice.txHash)"
|
||||
target="_blank"
|
||||
data-test="popup_message"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
{{ $t('viewOnEtherscan') }}
|
||||
</a>
|
||||
<n-link v-else-if="notice.routerLink" v-bind="notice.routerLink.params" @onClick="$forceUpdate()">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue