diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-10-09 11:08:12 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-10-09 11:08:12 -0700 |
commit | b3ade19bbe3da3caf07bf9561cebb11dac4b6afc (patch) | |
tree | e84ea46f04c0280f06f0fe5012e00facc94531f3 /src/lib/constants.ts | |
parent | da28c5690a9a1f45df9821856db6efa8fd09ba4b (diff) | |
download | voidsky-b3ade19bbe3da3caf07bf9561cebb11dac4b6afc.tar.zst |
Update joined_this_week
Diffstat (limited to 'src/lib/constants.ts')
-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 0edc9f2ad..3f56ecac2 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 = 3060000 // estimate as of 9/6/24 +export const JOINED_THIS_WEEK = 150000 // estimate as of 10/9/24 const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ |