remove 'on'/UI changes per feedback

This commit is contained in:
BitcoinMechanic
2024-09-22 14:46:53 -07:00
parent b90cd4c7e3
commit 4220f99477
9 changed files with 25 additions and 34 deletions

View File

@@ -185,7 +185,6 @@
<div class="on-pool-container" *ngIf="block.extras.pool.minerNames != undefined && block.extras.pool.minerNames.length > 1 && block.extras.pool.minerNames[1] != ''; else centralisedPool">
{{ block.extras.pool.minerNames[1] }}
<div class="on-pool">
<span class="on-pool-text">on</span>
<img class="pool-logo" [src]="'/resources/mining-pools/' + block.extras.pool.slug + '.svg'" onError="this.src = '/resources/mining-pools/default.svg'" [alt]="'Logo of ' + block.extras.pool.name + ' mining pool'">
{{ block.extras.pool.name }}
</div>