@@ -18,19 +18,18 @@ import React from 'react'
18
18
19
19
var linkable_clients = [
20
20
{
21
- name : "Riot " ,
21
+ name : "Element " ,
22
22
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" ,
26
25
} ,
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 } ,
34
33
maturity : "Stable" ,
35
34
comments : "Fully-featured Matrix client for Web, iOS & Android" ,
36
35
} ,
0 commit comments