diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 768d1995..7e164755 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -620,6 +620,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Drift is a messaging app that makes it easy for businesses to talk to their website visitors and customers in real-time, from anywhere.' ,url: 'https://app.drift.com/' ,type: 'messaging' + }, + { + id: 'typetalk' + ,logo: 'typetalk.png' + ,name: 'Typetalk' + ,description: 'Typetalk brings fun and ease to team discussions through instant messaging on desktop and mobile devices.' + ,url: 'https://typetalk.in/signin' + ,type: 'messaging' } ] }); diff --git a/resources/icons/typetalk.png b/resources/icons/typetalk.png new file mode 100644 index 00000000..bf57dce4 Binary files /dev/null and b/resources/icons/typetalk.png differ