Browse Source

Fixed Crisp redirection when no Website added

pull/367/head
Ramiro Saenz 9 years ago
parent
commit
2c37fa86b7
  1. 2
      app/store/ServicesList.js

2
app/store/ServicesList.js

@ -650,7 +650,7 @@ Ext.define('Rambox.store.ServicesList', {
,logo: 'crisp.png' ,logo: 'crisp.png'
,name: 'Crisp' ,name: 'Crisp'
,description: 'Connect your customers to your team.' ,description: 'Connect your customers to your team.'
,url: 'https://app.crisp.im/' ,url: 'https://app.crisp.im/inbox'
,type: 'messaging' ,type: 'messaging'
} }
] ]

Loading…
Cancel
Save