mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-07-13 17:52:22 +00:00
update landing page's number of user accounts to 2 million
YES! TWO MILLION!
This commit is contained in:
parent
1dad176320
commit
809da8add0
1 changed files with 1 additions and 1 deletions
|
|
@ -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';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue