SEO and various render fixes.

This commit is contained in:
softsimon
2022-02-06 04:18:56 +04:00
parent 3aee3141ce
commit 12f996753b
7 changed files with 14 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
<div *ngIf="featuredAssets$ | async as featured; else loading" class="featuredBox">
<div *ngFor="let group of featured.featured">
<div *ngFor="let group of featured">
<div class="card">
<ng-template [ngIf]="group.assets" [ngIfElse]="singleAsset">
<img class="assetIcon" [src]="'https://liquid.network/api/v1/asset/' + group.assets[0] + '/icon'">