diff options
author | 2021-04-21 13:29:38 +0200 | |
---|---|---|
committer | 2021-04-21 13:29:38 +0200 | |
commit | fa4ea9df549a1009dfd1df7c6cf9a1c034edf0de (patch) | |
tree | 30af31778393b555f0735c05589f412fca1e3cb2 | |
parent | Relock Pipfile (#480) (diff) | |
parent | Merge branch 'main' into patch-1 (diff) |
Merge pull request #481 from dawnofmidnight/patch-1
Change index.html to say "100 dedicated expert helpers" instead of 90
-rw-r--r-- | pydis_site/templates/home/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pydis_site/templates/home/index.html b/pydis_site/templates/home/index.html index 67f29e41..18f6b77b 100644 --- a/pydis_site/templates/home/index.html +++ b/pydis_site/templates/home/index.html @@ -82,7 +82,7 @@ </p> <p> You can find help with most Python-related problems in one of our help channels. - Our staff of over 90 dedicated expert Helpers are available around the clock + Our staff of over 100 dedicated expert Helpers are available around the clock in every timezone. Whether you're looking to learn the language or working on a complex project, we've got someone who can help you if you get stuck. </p> |