Ver Fonte

Fix markets class

Svilen Markov há 1 ano atrás
pai
commit
9c69509a19
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      internal/assets/templates/markets.html

+ 1 - 1
internal/assets/templates/markets.html

@@ -32,7 +32,7 @@
     </svg>
 </a>
 
-<div class="stock-values shrink-0">
+<div class="market-values shrink-0">
     <div class="size-h3 text-right {{ if eq .PercentChange 0.0 }}{{ else if gt .PercentChange 0.0 }}color-positive{{ else }}color-negative{{ end }}">{{ printf "%+.2f" .PercentChange }}%</div>
     <div class="text-right">{{ .Currency }}{{ .Price | formatPrice }}</div>
 </div>