Fix broken TX link from faucet component

This commit is contained in:
wiz 2024-05-19 09:59:56 +09:00
parent 2ce1cc24b9
commit ec7da01186
No known key found for this signature in database
GPG Key ID: A394E332255A6173

View File

@ -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) {