update landing page's number of user accounts to 2 million

YES! TWO MILLION!
This commit is contained in:
Alys
2017-01-31 20:54:33 +10:00
parent 1dad176320
commit 809da8add0

View File

@@ -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';