Skip to content
Snippets Groups Projects
Commit 26bf4232 authored by Jorik Schellekens's avatar Jorik Schellekens
Browse files

Update riot branding to element

parent 2da720b8
No related branches found
No related tags found
No related merge requests found
img/element-64px.png

1.56 KiB

img/riot.png

1.76 KiB

img/riot@2x.png

3.55 KiB

......@@ -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",
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment