Add commit hash to the bottom of the about page

fixes #102
This commit is contained in:
softsimon
2020-08-10 14:59:29 +07:00
parent 4151579c04
commit 17a2121b7e
4 changed files with 19 additions and 4 deletions

View File

@@ -112,6 +112,15 @@
<div [ngbNavOutlet]="nav" class="mt-2"></div>
<br> <br>
<br>
<div class="text-small text-center">
Git commit:
<ng-container *ngIf="(mempoolStats$ | async) as mempoolStats">
{{ mempoolStats.gitCommit }}
</ng-container>
</div>
<br>
</div>