diff --git a/static/appConfig.js b/static/appConfig.js index ccead86cf01..8de044a6f65 100644 --- a/static/appConfig.js +++ b/static/appConfig.js @@ -1,10 +1,10 @@ module.exports = { "chat": { "live_chat": true, - "whatsapp_chat": false + "whatsapp_chat": true }, "career_social_media_icons": { - "facebook": false, + "facebook": true, "instagram": true, "linkedin": true }, @@ -12,28 +12,28 @@ module.exports = { "facebook": true, "instagram": true, "twitter": true, - "youtube": false, + "youtube": true, "linkedin": true, "telegram": true }, "eu_social_media_icons": { "facebook": true, - "instagram": false, + "instagram": true, "twitter": true, "youtube": true, "linkedin": true }, "trustpilot": true, - "live_pricing": false, + "live_pricing": true, "deriv_go_management_board": true, "google_signup": true, - "apple_signup": false, + "apple_signup": true, "facebook_signup": true, "mt5_apps": { "android": true, "app_store": true, "app_gallery": true, - "web_browser": false, + "web_browser": true, "windows": true, "mac_os": true, "linux": true @@ -41,17 +41,17 @@ module.exports = { "deriv_x_apps": { "android": true, "app_store": true, - "app_gallery": false, + "app_gallery": true, "web_browser": true }, "ctrader_apps": { "android": true, - "web_browser": false, + "web_browser": true, "windows": true }, "deriv_go_apps": { "android": true, - "app_store": false, + "app_store": true, "app_gallery": true } }