mirror of
https://github.com/mempool/mempool.git
synced 2025-04-08 03:48:31 +02:00
Fix broken TX link from faucet component
This commit is contained in:
parent
2ce1cc24b9
commit
ec7da01186
@ -10,7 +10,7 @@
|
||||
<div class="alert alert-success w-100 text-truncate">
|
||||
<fa-icon [icon]="['fas', 'circle-check']"></fa-icon>
|
||||
Sent!
|
||||
<a class="text-primary" [href]="'/testnet4/txid/' + txid">{{ txid }}</a>
|
||||
<a class="text-primary" [href]="'/testnet4/tx/' + txid">{{ txid }}</a>
|
||||
</div>
|
||||
}
|
||||
@else if (loading) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user