Remove hardcoded liquid.network in asset icons url

This commit is contained in:
nymkappa
2022-04-23 08:56:55 +09:00
parent 0565471ecf
commit c51216f97c
4 changed files with 5 additions and 5 deletions

View File

@@ -79,7 +79,7 @@
<tr *ngFor="let group of featuredAssets">
<td class="asset-icon">
<a [routerLink]="['/assets/asset/' | relativeUrl, group.asset]">
<img class="assetIcon" [src]="'https://liquid.network/api/v1/asset/' + group.asset + '/icon'">
<img class="assetIcon" [src]="'/api/v1/asset/' + group.asset + '/icon'">
</a>
</td>
<td class="asset-title">