Add mining pool logo in the pool stats page

This commit is contained in:
nymkappa
2022-02-11 18:29:38 +09:00
parent 4829624114
commit 8a667fea29
2 changed files with 7 additions and 1 deletions

View File

@@ -1,7 +1,8 @@
<div class="container">
<div *ngIf="poolStats$ | async as poolStats">
<h1>
<h1 class="m-0">
<img width="50" src="{{ poolStats['logo'] }}" onError="this.src = './resources/mining-pools/default.svg'" class="mr-3">
{{ poolStats.pool.name }}
</h1>