diff options
author | Eric Bailey <git@esb.lol> | 2024-09-06 12:34:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-06 12:34:51 -0500 |
commit | cd9c3bf498bccddd20e67cf0a3a82655b79e564f (patch) | |
tree | 26e6f932426e7336905144f633ac7da66442355d /src | |
parent | 60182cd874654ce925f2bfe48955d6b7499577ed (diff) | |
download | voidsky-cd9c3bf498bccddd20e67cf0a3a82655b79e564f.tar.zst |
Bump joined stat (#5188)
* Bump joined stat * Ope, actually more
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 930f57326..5be099d0e 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -21,7 +21,7 @@ export const STARTER_PACK_MAX_SIZE = 150 // code and update this number with each release until we can get the // server route done. // -prf -export const JOINED_THIS_WEEK = 50676 // as of Aug 17, 2024 +export const JOINED_THIS_WEEK = 3060000 // estimate as of 9/6/24 const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ |