Adding taproot countdown

This commit is contained in:
softsimon
2021-11-12 20:24:15 +04:00
parent 716cf795b1
commit bde95fd547
9 changed files with 42 additions and 46 deletions

View File

@@ -5,6 +5,9 @@
</div>
<div class="warning-label">{{ eventName }}</div>
</ng-container>
<div *ngIf="countdown > 0" class="warning-label">{{ eventName }} in {{ countdown | number }} block{{ countdown === 1 ? '' : 's' }}!</div>
<div id="blockchain-container" dir="ltr">
<app-blockchain></app-blockchain>
</div>