Corrected Liquid logo.

This commit is contained in:
softsimon 2020-07-15 16:19:08 +07:00
parent 3333b76c98
commit e4a65bd19a
No known key found for this signature in database
GPG Key ID: 488D7DCFB5A430D7
2 changed files with 4 additions and 4 deletions

View File

@ -7,15 +7,15 @@
<table class="table table-borderless table-striped">
<thead>
<th style="width: 18%;">Transaction</th>
<th style="width: 15%;">Type</th>
<th style="width: 20%;">Type</th>
<th style="width: 15%;">Total Sent (BSQ)</th>
<th style="width: 12%;">Outputs</th>
<th style="width: 15%;">Block Height</th>
<th style="width: 10%;">Outputs</th>
<th style="width: 12%;">Block Height</th>
<th style="width: 15%;">Block Time</th>
</thead>
<tbody *ngIf="!isLoading; else loadingTmpl">
<tr *ngFor="let tx of transactions; trackBy: trackByFn">
<td><a [routerLink]="['/tx/' | relativeUrl, tx.id]" [state]="{ bsqTx: tx }">{{ tx.id | shortenString : 16 }}</a></td>
<td><a [routerLink]="['/tx/' | relativeUrl, tx.id]" [state]="{ data: tx }">{{ tx.id | shortenString : 16 }}</a></td>
<td><app-bisq-icon class="mr-1" [txType]="tx.txType"></app-bisq-icon> {{ tx.txTypeDisplayString }}</td>
<td>
<ng-template [ngIf]="tx.txType === 'PAY_TRADE_FEE'" [ngIfElse]="defaultTxType">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 11 KiB