mirror of
https://github.com/mempool/mempool.git
synced 2025-01-18 05:12:35 +01:00
add left-to-right mark character to amount component
This commit is contained in:
parent
c1bcf49f37
commit
e6be450aaa
@ -6,7 +6,7 @@
|
||||
<span i18n="shared.confidential">Confidential</span>
|
||||
</ng-template>
|
||||
<ng-template #default>
|
||||
{{ satoshis / 100000000 | number : digitsInfo }}
|
||||
‎{{ satoshis / 100000000 | number : digitsInfo }}
|
||||
<ng-template [ngIf]="network === 'liquid'">L-</ng-template>
|
||||
<ng-template [ngIf]="network === 'testnet'">t</ng-template>BTC
|
||||
</ng-template>
|
||||
|
Loading…
Reference in New Issue
Block a user