aboutsummaryrefslogtreecommitdiffstats
path: root/src/config.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/config.js')
-rw-r--r--src/config.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/config.js b/src/config.js
index 78a92d948..11e6cb91f 100644
--- a/src/config.js
+++ b/src/config.js
@@ -91,10 +91,10 @@ export const ALLOWED_PROTOCOLS = [
91]; 91];
92 92
93export const PLANS = { 93export const PLANS = {
94 PERSONAL: 'PERSONAL', 94 PERSONAL: 'personal',
95 PRO: 'PRO', 95 PRO: 'pro',
96 LEGACY: 'LEGACY', 96 LEGACY: 'legacy',
97 FREE: 'FREE', 97 FREE: 'free',
98}; 98};
99 99
100export const PLANS_MAPPING = { 100export const PLANS_MAPPING = {