mirror of
https://github.com/mempool/mempool.git
synced 2026-08-19 13:18:06 +02:00
Fix broken TX link from faucet component
This commit is contained in:
parent
2ce1cc24b9
commit
ec7da01186
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue