Browse Source

Related with #636

v0.5.8
Ramiro Saenz 8 years ago
parent
commit
3170127d8e
  1. 10
      app/store/ServicesList.js

10
app/store/ServicesList.js

@ -747,21 +747,21 @@ Ext.define('Rambox.store.ServicesList', {
,url: 'https://www.fastmail.com/login/' ,url: 'https://www.fastmail.com/login/'
,type: 'mail' ,type: 'mail'
}, },
{ {
id: 'hibox' id: 'hibox'
,logo: 'hibox.png' ,logo: 'hibox.png'
,name: 'Hibox' ,name: 'Hibox'
,description: 'Hibox is a secure and private messaging platform for your business.' ,description: 'Hibox is a secure and private messaging platform for your business.'
,url: 'https://app.hibox.co/' ,url: 'https://app.hibox.co/'
,type: 'messaging' ,type: 'messaging'
}, },
{ {
id: 'jandi' id: 'jandi'
,logo: 'jandi.png' ,logo: 'jandi.png'
,name: 'Jandi' ,name: 'Jandi'
,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.'
,url: 'https://___.jandi.com/' ,url: 'https://___.jandi.com/'
,type: 'messaging' ,type: 'messaging'
} }
] ]
}); });

Loading…
Cancel
Save