mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
update landing page's number of user accounts to 2 million
YES! TWO MILLION!
This commit is contained in:
@@ -6,7 +6,7 @@ import nconf from 'nconf';
|
|||||||
let api = {};
|
let api = {};
|
||||||
|
|
||||||
const IS_PROD = nconf.get('IS_PROD');
|
const IS_PROD = nconf.get('IS_PROD');
|
||||||
const TOTAL_USER_COUNT = '1,500,000';
|
const TOTAL_USER_COUNT = '2,000,000';
|
||||||
const LOADING_SCREEN_TIPS = 33;
|
const LOADING_SCREEN_TIPS = 33;
|
||||||
const IS_NEW_CLIENT_ENABLED = nconf.get('NEW_CLIENT_ENABLED') === 'true';
|
const IS_NEW_CLIENT_ENABLED = nconf.get('NEW_CLIENT_ENABLED') === 'true';
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user