Search box text updated.

BTC ticker fix.
Dropdown color fix.
Miner button tooltip.
This commit is contained in:
softsimon
2020-05-10 16:03:22 +07:00
parent 5bb98c7c9b
commit a7690977ab
8 changed files with 23 additions and 11 deletions

View File

@@ -6,7 +6,9 @@
Confidential
</ng-template>
<ng-template #default>
{{ satoshis / 100000000 | number : digitsInfo }} <ng-template [ngIf]="network === 'liquid'">L-BTC</ng-template>
{{ satoshis / 100000000 | number : digitsInfo }}
<ng-template [ngIf]="network === 'liquid'">L-BTC</ng-template>
<ng-template [ngIf]="network === 'testnet'">tBTC</ng-template>
<ng-template [ngIf]="network === ''">BTC</ng-template>
</ng-template>
</ng-template>