diff --git a/src/layouts/index.html b/src/layouts/index.html index d210888..7a292c2 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -211,7 +211,7 @@

NUMBER OF REPOS

-

Number of rated repos owned by tea‐authenticated developers.

+

Number of rated repos owned by tea‐authenticated developers.

@@ -219,7 +219,7 @@

AUTHENTICATED DEVS

-

This is the number of OSS developers who have chosen to join the battle for the future of the internet.

+

This is the number of OSS developers who have chosen to join the battle for the future of the internet.

@@ -227,7 +227,7 @@

TEA MAINTAINERS

-

Number of tea-maintainers for those 2042 packages.

+

Number of tea-maintainers for those repos.

diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index eb88c4b..b847c10 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -90,6 +90,7 @@ integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+ $('#count6').html(signups) $('#count7').html(signups) $('#stat-one').html(res.repos ? res.repos.toLocaleString() : "") + $('#stat-one-small').html(res.repos ? res.repos.toLocaleString() : "") $('#stat-two').html(res.maintainers ? res.maintainers.toLocaleString() : "") }) } catch (e) {