Skip to content

Commit

Permalink
Update join count
Browse files Browse the repository at this point in the history
  • Loading branch information
pfrazee committed Dec 18, 2024
1 parent aa8d1c7 commit 12115ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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({
Expand Down

0 comments on commit 12115ba

Please sign in to comment.