diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-07-05 12:37:06 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-07-05 12:37:06 -0700 |
commit | 09bc4e95d807a71cb624a6eade01d3081f50554d (patch) | |
tree | 35b38dafcc895c0591d7e9ed1fffaeea4901b28c /src/lib/constants.ts | |
parent | 149446a26e15747590d3e93202f31580d4f914b1 (diff) | |
download | voidsky-09bc4e95d807a71cb624a6eade01d3081f50554d.tar.zst |
Update stats
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 0efaed44d..7516c2c28 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -20,7 +20,7 @@ export const BSKY_DOWNLOAD_URL = 'https://bsky.app/download' // code and update this number with each release until we can get the // server route done. // -prf -export const JOINED_THIS_WEEK = 37115 // as of June24 2024 +export const JOINED_THIS_WEEK = 21797 // as of Jul5 2024 const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ |