diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-12-18 15:56:42 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-18 15:56:42 -0800 |
commit | 25f3aeaa084bf09aa0ae4d9dab0781df5b224e81 (patch) | |
tree | f7363460a7aded03ba732efe342d1c7d1403d437 /src/lib/constants.ts | |
parent | 6e58a1e8e1e7b2db16d3b34662914fb5f1411c6b (diff) | |
download | voidsky-25f3aeaa084bf09aa0ae4d9dab0781df5b224e81.tar.zst |
Release 1.96.0 (#7168)
* Update test * Run intl extract * Update join count
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 279c6f913..566edf69d 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 = 2880000 // estimate as of 11/26/24 +export const JOINED_THIS_WEEK = 560000 // estimate as of 12/18/24 const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ |