Merge branch 'master' into mononaut/difficulty-updates

This commit is contained in:
wiz
2023-07-12 16:45:03 +09:00
committed by GitHub
7 changed files with 16 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
<span [style]="change >= 0 ? 'color: #42B747' : 'color: #B74242'">
{{ change >= 0 ? '+' : '' }}{{ change | amountShortener }}%
&lrm;{{ change >= 0 ? '+' : '' }}{{ change | amountShortener }}%
</span>