mirror of
https://github.com/mempool/mempool.git
synced 2025-09-27 22:47:05 +02:00
Merge pull request #1177 from knorrium/fix_broken_bisq_tx_link
Fix broken link on the Bisq transaction page
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<span class="tx-link float-left">
|
<span class="tx-link float-left">
|
||||||
<a [routerLink]="['/bisq-tx' | relativeUrl, bisqTx.id]">
|
<a [routerLink]="['/tx' | relativeUrl, bisqTx.id]">
|
||||||
<span class="d-inline d-lg-none">{{ bisqTx.id | shortenString : 24 }}</span>
|
<span class="d-inline d-lg-none">{{ bisqTx.id | shortenString : 24 }}</span>
|
||||||
<span class="d-none d-lg-inline">{{ bisqTx.id }}</span>
|
<span class="d-none d-lg-inline">{{ bisqTx.id }}</span>
|
||||||
</a>
|
</a>
|
||||||
|
Reference in New Issue
Block a user