{{ nft.name }}
- +{{ nft.name }}
++ {{ nft.price | tuiAmount: 'USD' | async }} +
+diff --git a/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-item/nft-item.component.less b/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-item/nft-item.component.less index dd0b132a3..63e613046 100644 --- a/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-item/nft-item.component.less +++ b/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-item/nft-item.component.less @@ -7,7 +7,7 @@ .info { position: relative; display: flex; - padding: 1rem 0; + padding: 0.687rem 0; justify-content: space-between; } diff --git a/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-list/nft-list.component.html b/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-list/nft-list.component.html index ff71f17d6..99650e749 100644 --- a/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-list/nft-list.component.html +++ b/apps/taiga-lumbermill/src/dashboards/crypto/components/nft/nft-list/nft-list.component.html @@ -1,60 +1,64 @@
{{ nft.name }}
- +{{ nft.name }}
++ {{ nft.price | tuiAmount: 'USD' | async }} +
+