mirror of
https://github.com/glanceapp/glance.git
synced 2025-02-12 16:40:16 +01:00
Fix markets class
This commit is contained in:
parent
511147fb90
commit
9c69509a19
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user