Merge pull request #1177 from knorrium/fix_broken_bisq_tx_link

Fix broken link on the Bisq transaction page
This commit is contained in:
softsimon 2022-01-24 13:23:11 +04:00 committed by GitHub
commit c91b6b473a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@
</div>
<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-none d-lg-inline">{{ bisqTx.id }}</span>
</a>