From 25f3aeaa084bf09aa0ae4d9dab0781df5b224e81 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 18 Dec 2024 15:56:42 -0800 Subject: Release 1.96.0 (#7168) * Update test * Run intl extract * Update join count --- src/lib/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/constants.ts') 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({ -- cgit 1.4.1