diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 5f4ea3c7..078ddc8f 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -660,6 +660,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Unified multi-channel messaging for businesses, bots and software makers.' ,url: 'https://app.smooch.io/' ,type: 'messaging' + }, + { + id: 'Workplace' + ,logo: 'workplace.png' + ,name: 'Workplace by Facebook' + ,description: 'Connect everyone in your company and turn ideas into action. Through group discussion, a personalised News Feed, and voice and video calling, work together and get more done. Workplace is an ad-free space, separate from your personal Facebook account.' + ,url: 'https://___.facebook.com/' + ,type: 'messaging' } ] }); diff --git a/resources/icons/workplace.png b/resources/icons/workplace.png new file mode 100644 index 00000000..8f402050 Binary files /dev/null and b/resources/icons/workplace.png differ