index.tmpl: Cerrar span

This commit is contained in:
Cat /dev/Nulo 2021-11-12 08:17:33 -03:00
parent 7b46f30fde
commit 0a1a5e51b6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
<h2>Algunos NFTs descargados</h2>
{{range .NFTs}}
<figure>
<h3><a href="/nfts/{{.Id}}">{{.Asset.Name}}</a> (<span class=dinero>${{printf "%.2f" .GetUSDPrice}})</h3>
<h3><a href="/nfts/{{.Id}}">{{.Asset.Name}}</a> (<span class=dinero>${{printf "%.2f" .GetUSDPrice}}</span>)</h3>
{{template "embed-nft" .}}
</figure>
<hr>