mirror of
https://github.com/mempool/mempool.git
synced 2025-02-24 06:47:52 +01:00
Use slug instead of id in mining blocks list component
This commit is contained in:
parent
9de8f78b30
commit
cc27b963d3
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@
|
|||
</td>
|
||||
<td class="pool text-left" [class]="widget ? 'widget' : ''">
|
||||
<div class="tooltip-custom">
|
||||
<a class="clear-link" [routerLink]="['/mining/pool' | relativeUrl, block.extras.pool.id]">
|
||||
<a class="clear-link" [routerLink]="['/mining/pool' | relativeUrl, block.extras.pool.slug]">
|
||||
<img width="25" height="25" src="{{ block.extras.pool['logo'] }}"
|
||||
onError="this.src = './resources/mining-pools/default.svg'">
|
||||
<span class="pool-name">{{ block.extras.pool.name }}</span>
|
||||
|
|
Loading…
Add table
Reference in a new issue