From 3170127d8ede5159d1110c01017f480948786834 Mon Sep 17 00:00:00 2001 From: Ramiro Saenz Date: Wed, 5 Apr 2017 15:42:14 -0300 Subject: [PATCH] Related with #636 --- app/store/ServicesList.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 3685b686..3497a9a9 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -747,21 +747,21 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://www.fastmail.com/login/' ,type: 'mail' }, - { - id: 'hibox' + { + id: 'hibox' ,logo: 'hibox.png' ,name: 'Hibox' ,description: 'Hibox is a secure and private messaging platform for your business.' ,url: 'https://app.hibox.co/' ,type: 'messaging' }, - { - id: 'jandi' + { + id: 'jandi' ,logo: 'jandi.png' ,name: 'Jandi' ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' ,url: 'https://___.jandi.com/' ,type: 'messaging' - } + } ] });