diff --git a/README.md b/README.md index f6f85528..7305e67d 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,7 @@ Typetalk Drift -Cisco Spark +Cisco Webex Teams Fleep Socialcast Riot diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index fb93eeee..8bd21417 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -594,11 +594,11 @@ Ext.define('Rambox.store.ServicesList', { ,custom_js: `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