Update riot branding to element
This commit is contained in:
parent
2da720b8a3
commit
26bf4232f5
4 changed files with 10 additions and 11 deletions
BIN
img/element-64px.png
Normal file
BIN
img/element-64px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
BIN
img/riot.png
BIN
img/riot.png
Binary file not shown.
Before Width: | Height: | Size: 1.8 KiB |
BIN
img/riot@2x.png
BIN
img/riot@2x.png
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
|
@ -18,19 +18,18 @@ import React from 'react'
|
||||||
|
|
||||||
var linkable_clients = [
|
var linkable_clients = [
|
||||||
{
|
{
|
||||||
name: "Riot",
|
name: "Element",
|
||||||
logo: {
|
logo: {
|
||||||
width: "48px",
|
width: "64px",
|
||||||
src: "img/riot@2x.png",
|
src: "img/element-64px.png",
|
||||||
srcSet: "img/riot.png, img/riot@2x.png 2x",
|
|
||||||
},
|
},
|
||||||
author: "New Vector",
|
author: "Element",
|
||||||
homepage: "https://riot.im",
|
homepage: "https://element.io",
|
||||||
room_url(alias) { return "https://riot.im/app/#/room/" + alias },
|
room_url(alias) { return "https://app.element.io/#/room/" + alias },
|
||||||
room_id_url(id) { return "https://riot.im/app/#/room/" + id },
|
room_id_url(id) { return "https://app.element.io/#/room/" + id },
|
||||||
user_url(userId) { return "https://riot.im/app/#/user/" + userId },
|
user_url(userId) { return "https://app.element.io/#/user/" + userId },
|
||||||
msg_url(msg) { return "https://riot.im/app/#/room/" + msg },
|
msg_url(msg) { return "https://app.element.io/#/room/" + msg },
|
||||||
group_url(group) { return "https://riot.im/app/#/group/" + group },
|
group_url(group) { return "https://app.element.io/#/group/" + group },
|
||||||
maturity: "Stable",
|
maturity: "Stable",
|
||||||
comments: "Fully-featured Matrix client for Web, iOS & Android",
|
comments: "Fully-featured Matrix client for Web, iOS & Android",
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue