We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ef9b3d commit 38a3e5dCopy full SHA for 38a3e5d
js/stats.js
@@ -34,7 +34,7 @@ function displayStatsJSON (reportText) {
34
div.innerHTML = (
35
(stats.n_repos / 1e3).toFixed(1) + 'k feedstocks<br>' +
36
(stats.n_packages / 1e3).toFixed(1) + 'k packages<br>' +
37
- (stats.n_artifacts / 1e3).toFixed(1) + 'k artifacts'
+ (stats.n_artifacts / 1e3).toFixed(0) + 'k artifacts'
38
)
39
40
div = document.getElementById('stats-issues-prs')
0 commit comments