Skip to content

Commit 0c6343c

Browse files
authoredJul 16, 2020
Merge pull request #93 from matrix-org/element-links
Update riot branding to element
2 parents 2da720b + 26bf423 commit 0c6343c

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed
 

‎img/element-64px.png

1.56 KB
Loading

‎img/riot.png

-1.76 KB
Binary file not shown.

‎img/riot@2x.png

-3.55 KB
Binary file not shown.

‎src/components/HomePage.js

+10-11
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ import React from 'react'
1818

1919
var linkable_clients = [
2020
{
21-
name: "Riot",
21+
name: "Element",
2222
logo: {
23-
width: "48px",
24-
src: "img/riot@2x.png",
25-
srcSet: "img/riot.png, img/riot@2x.png 2x",
23+
width: "64px",
24+
src: "img/element-64px.png",
2625
},
27-
author: "New Vector",
28-
homepage: "https://riot.im",
29-
room_url(alias) { return "https://riot.im/app/#/room/" + alias },
30-
room_id_url(id) { return "https://riot.im/app/#/room/" + id },
31-
user_url(userId) { return "https://riot.im/app/#/user/" + userId },
32-
msg_url(msg) { return "https://riot.im/app/#/room/" + msg },
33-
group_url(group) { return "https://riot.im/app/#/group/" + group },
26+
author: "Element",
27+
homepage: "https://element.io",
28+
room_url(alias) { return "https://app.element.io/#/room/" + alias },
29+
room_id_url(id) { return "https://app.element.io/#/room/" + id },
30+
user_url(userId) { return "https://app.element.io/#/user/" + userId },
31+
msg_url(msg) { return "https://app.element.io/#/room/" + msg },
32+
group_url(group) { return "https://app.element.io/#/group/" + group },
3433
maturity: "Stable",
3534
comments: "Fully-featured Matrix client for Web, iOS & Android",
3635
},

0 commit comments

Comments
 (0)
Please sign in to comment.