diff --git a/img/element-64px.png b/img/element-64px.png new file mode 100644 index 0000000..b1dac46 Binary files /dev/null and b/img/element-64px.png differ diff --git a/img/riot.png b/img/riot.png deleted file mode 100644 index 63957d1..0000000 Binary files a/img/riot.png and /dev/null differ diff --git a/img/riot@2x.png b/img/riot@2x.png deleted file mode 100644 index 492f014..0000000 Binary files a/img/riot@2x.png and /dev/null differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index ff6f730..c857188 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -18,19 +18,18 @@ import React from 'react' var linkable_clients = [ { - name: "Riot", + name: "Element", logo: { - width: "48px", - src: "img/riot@2x.png", - srcSet: "img/riot.png, img/riot@2x.png 2x", + width: "64px", + src: "img/element-64px.png", }, - author: "New Vector", - homepage: "https://riot.im", - room_url(alias) { return "https://riot.im/app/#/room/" + alias }, - room_id_url(id) { return "https://riot.im/app/#/room/" + id }, - user_url(userId) { return "https://riot.im/app/#/user/" + userId }, - msg_url(msg) { return "https://riot.im/app/#/room/" + msg }, - group_url(group) { return "https://riot.im/app/#/group/" + group }, + author: "Element", + homepage: "https://element.io", + room_url(alias) { return "https://app.element.io/#/room/" + alias }, + room_id_url(id) { return "https://app.element.io/#/room/" + id }, + user_url(userId) { return "https://app.element.io/#/user/" + userId }, + msg_url(msg) { return "https://app.element.io/#/room/" + msg }, + group_url(group) { return "https://app.element.io/#/group/" + group }, maturity: "Stable", comments: "Fully-featured Matrix client for Web, iOS & Android", },