Usar dinero
en vez de Dinero
All checks were successful
continuous-integration/woodpecker the build was successful
All checks were successful
continuous-integration/woodpecker the build was successful
This commit is contained in:
parent
5de0d6bd06
commit
76d5dfd940
1 changed files with 1 additions and 1 deletions
|
@ -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}})</h3>
|
||||
{{template "embed-nft" .}}
|
||||
</figure>
|
||||
<hr>
|
||||
|
|
Loading…
Reference in a new issue