Global footer component that fixes Liquid

This commit is contained in:
softsimon
2023-05-05 01:38:58 +04:00
parent af73c69e96
commit f63613c7c3
9 changed files with 82 additions and 54 deletions

View File

@@ -432,11 +432,12 @@
{{ (backendInfo$ | async)?.hostname }} (v{{ (backendInfo$ | async )?.version }}) [<a href="https://github.com/mempool/mempool/commit/{{ (backendInfo$ | async )?.gitCommit | slice:0:8 }}">{{ (backendInfo$ | async )?.gitCommit | slice:0:8 }}</a>]
</div>
<br><br>
</div>
<br>
<ng-template #loadingSponsors>
<br>
<div class="spinner-border text-light"></div>
</ng-template>