Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
feat: made every item true
Browse files Browse the repository at this point in the history
  • Loading branch information
Muhammad Fasih Ali Naqvi authored and Muhammad Fasih Ali Naqvi committed Feb 28, 2024
1 parent b079396 commit fa1c77a
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions static/appConfig.js
Original file line number Diff line number Diff line change
@@ -1,57 +1,57 @@
module.exports = {
"chat": {
"live_chat": true,
"whatsapp_chat": false
"whatsapp_chat": true
},
"career_social_media_icons": {
"facebook": false,
"facebook": true,
"instagram": true,
"linkedin": true
},
"row_social_media_icons": {
"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
},
"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
}
}

0 comments on commit fa1c77a

Please sign in to comment.