diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-10-28 17:49:57 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-28 17:49:57 -0700 |
commit | b4fcbad64343618b2511c82d48298d421e17eca4 (patch) | |
tree | 5943dc6d2560352a447513436cb510ae3a0078fd /src/lib/constants.ts | |
parent | 7942c684bf4eefa419f2e87cc63dada7b2d29b2d (diff) | |
download | voidsky-b4fcbad64343618b2511c82d48298d421e17eca4.tar.zst |
Release 1.93 (#5990)
* Run intl:extract * 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 3f56ecac2..1a13304fa 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 = 150000 // estimate as of 10/9/24 +export const JOINED_THIS_WEEK = 650000 // estimate as of 10/28/24 const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ |