Skip to content

Commit

Permalink
Update bot server count (#213)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonxslays authored Sep 21, 2023
1 parent 35242eb commit 483b058
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const DOCS_URL = `${BASE_PATH}/how-to-setup`;
const DESCRIPTION = `Track your Old School Runescape clan's progress from your own Discord server.`;

// Could I make this dynamic? yes sure, but who cares,
// I'll just manually updated it every few months
const STATIC_SERVER_COUNT = '3.6k';
// I'll just manually update it every few months
const STATIC_SERVER_COUNT = '4.2k';

function Homepage() {
// This is a scroll effect for the bg glow and WOM character
Expand Down

0 comments on commit 483b058

Please sign in to comment.