Display network logo in the top bar.

Allow search for block height.
Hide empty bisq blocks.
This commit is contained in:
softsimon
2020-07-13 23:22:24 +07:00
parent 432fb9cd66
commit 87abfc38cb
9 changed files with 38 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
<div class="container-xl">
<div class="title-block">
<h1>Bisq Block <ng-template [ngIf]="blockHeight"><a [routerLink]="['/block/' | relativeUrl, blockHash]">{{ blockHeight }}</a></ng-template></h1>
<h1>Block <ng-template [ngIf]="blockHeight"><a [routerLink]="['/block/' | relativeUrl, blockHash]">{{ blockHeight }}</a></ng-template></h1>
</div>
<div class="clearfix"></div>