Skip to content

Commit

Permalink
Merge pull request #8 from litecoin-foundation/bugfix/polish-languages
Browse files Browse the repository at this point in the history
🐜[Bugfix] Polished after feedback
  • Loading branch information
kcw-grunt authored Apr 26, 2023
2 parents 188e19a + 43fa768 commit 2b4dbe0
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 30 deletions.
2 changes: 1 addition & 1 deletion litecoin-metrics.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ function updateValues(market) {

document.getElementById('ltc-usd-price').innerHTML = "$"+ltcusd;
document.getElementById('marketcap-usd').innerHTML = "$"+marketcap+"B";
document.getElementById('circulating-supply').innerHTML = circulating.toLocaleString("en-US");
document.getElementById('circulating-supply').innerHTML = circulating.toLocaleString("en-US")+" LTC";
}

setTimeout(refreshLTCStats, ms);
Expand Down
Loading

0 comments on commit 2b4dbe0

Please sign in to comment.