소스 검색

Fix markets class

Svilen Markov 1 년 전
부모
커밋
9c69509a19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      internal/assets/templates/markets.html

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

@@ -32,7 +32,7 @@
     </svg>
     </svg>
 </a>
 </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="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 class="text-right">{{ .Currency }}{{ .Price | formatPrice }}</div>
 </div>
 </div>