Remove more instances of # before block height number

This commit is contained in:
wiz
2020-03-13 23:03:46 +09:00
parent 4b0f230c1f
commit 3c1e702c04
3 changed files with 4 additions and 4 deletions

View File

@@ -5,7 +5,7 @@
</div>
<div class="title-block">
<h1>Block <ng-template [ngIf]="blockHeight"><a [routerLink]="['/block/', blockHash]">#{{ blockHeight }}</a></ng-template></h1>
<h1>Block <ng-template [ngIf]="blockHeight"><a [routerLink]="['/block/', blockHash]">{{ blockHeight }}</a></ng-template></h1>
</div>
<ng-template [ngIf]="!isLoadingBlock && !error">
@@ -167,4 +167,4 @@
</div>
<br>
<br>