From 8012bc3f5879c7ecd864bd3500a13594e520f7c8 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 15 Dec 2022 19:58:06 -0500 Subject: [PATCH] Made small number dyanmic, packages => repos, larger sub-text --- src/layouts/index.html | 6 +++--- src/layouts/partials/footer.html | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) 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) {