diff options
author | Eric Bailey <git@esb.lol> | 2024-08-21 12:17:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-21 10:17:23 -0700 |
commit | 5463e9718fec09f28b2e84ece34a056c52d9e0b3 (patch) | |
tree | 4e5caa79ee393b48782a261f76e102a0851d864a /src | |
parent | 723896a45f0fdf9612e5b6bb2a82ac7e894928ba (diff) | |
download | voidsky-5463e9718fec09f28b2e84ece34a056c52d9e0b3.tar.zst |
Update joined stat (#4967)
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 45b3dfd95..20f6f2eff 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 = 21797 // as of Jul5 2024 +export const JOINED_THIS_WEEK = 50676 // as of Aug 17, 2024 const BASE_FEEDBACK_FORM_URL = `${HELP_DESK_URL}/requests/new` export function FEEDBACK_FORM_URL({ |