mirror of
https://github.com/mempool/mempool.git
synced 2025-02-23 22:46:54 +01:00
Minor typo and displaying fixes
This commit is contained in:
parent
847b90f167
commit
198939da81
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
|||
<h5 class="card-title"><ng-container i18n="liquid.total-expired">Total Expired</ng-container> <fa-icon [icon]="['fas', 'external-link-alt']" [fixedWidth]="true" style="font-size: 13px; color: #4a68b9"></fa-icon></h5>
|
||||
</a>
|
||||
<div *ngIf="(stats$ | async) as expiredStats; else loadingData" class="card-text">
|
||||
<div class="fee-text" i18n-ngbTooltip="liquid.expired-utxos" ngbTooltip="Total amount of BTC held Federation UTXOs that have expired timelocks" placement="top">{{ (+expiredStats.all.total) / 100000000 | number: '1.5-5' }} <span style="color: #b86d12;">BTC</span></div>
|
||||
<div class="fee-text" i18n-ngbTooltip="liquid.expired-utxos" ngbTooltip="Total amount of BTC held in Federation UTXOs that have expired timelocks" placement="top">{{ (+expiredStats.all.total) / 100000000 | number: '1.5-5' }} <span style="color: #b86d12;">BTC</span></div>
|
||||
<div class="fiat">{{ expiredStats.all.count }} <span i18n="shared.utxos">UTXOs</span></div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
@ -12,7 +12,7 @@ ul {
|
|||
}
|
||||
}
|
||||
|
||||
@media (max-width: 434px) {
|
||||
@media (max-width: 436px) {
|
||||
.nav-link {
|
||||
padding: 0.8rem 0.8rem;
|
||||
font-size: 0.8rem;
|
||||
|
|
Loading…
Add table
Reference in a new issue