Skip to content
Snippets Groups Projects
Unverified Commit 0c6343c5 authored by Jorik Schellekens's avatar Jorik Schellekens Committed by GitHub
Browse files

Merge pull request #93 from matrix-org/element-links

Update riot branding to element
parents 2da720b8 26bf4232
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' ...@@ -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",
}, },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment