diff --git a/README.md b/README.md index fbb331d4..4493ef43 100644 --- a/README.md +++ b/README.md @@ -123,7 +123,7 @@ Openmailbox Typetalk Drift -Cisco Spark +Cisco Webex Teams Fleep Socialcast Riot diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 9b9ecf17..a348cdd8 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -599,11 +599,11 @@ Ext.define('Rambox.store.ServicesList', { ,js_unread: 'document.getElementsByClassName("google-login-area")[0].remove();document.getElementsByClassName("microsoft-login-area")[0].remove();' }, { - id: 'spark' - ,logo: 'spark.png' - ,name: 'Cisco Spark' - ,description: 'Cisco Spark is for group chat, video calling, and sharing documents with your team. It’s all backed by Cisco security and reliability.' - ,url: 'https://web.ciscospark.com/' + id: 'webexteams' + ,logo: 'webexteams.png' + ,name: 'Cisco Webex Teams' + ,description: 'Cisco Webex Teams is for group chat, video calling, and sharing documents with your team. It’s all backed by Cisco security and reliability.' + ,url: 'https://teams.webex.com/' ,type: 'messaging' }, { diff --git a/resources/icons/ciscospark.png b/resources/icons/ciscospark.png deleted file mode 100644 index b71797d1..00000000 Binary files a/resources/icons/ciscospark.png and /dev/null differ diff --git a/resources/icons/spark.png b/resources/icons/spark.png deleted file mode 100644 index f6efbe49..00000000 Binary files a/resources/icons/spark.png and /dev/null differ diff --git a/resources/icons/webexteams.png b/resources/icons/webexteams.png new file mode 100644 index 00000000..c134c25a Binary files /dev/null and b/resources/icons/webexteams.png differ