Vector is dead. Vive la Revolution!
This commit is contained in:
parent
14e16e8945
commit
79d79b8457
3 changed files with 12 additions and 9 deletions
3
.gitignore
vendored
Normal file
3
.gitignore
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
/bundle.js
|
||||
/bundle.js.map
|
||||
/node_modules
|
BIN
img/riot-48px.png
Normal file
BIN
img/riot-48px.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -18,15 +18,15 @@ import React from 'react'
|
|||
|
||||
var linkable_clients = [
|
||||
{
|
||||
name: "Vector",
|
||||
logo: "img/vector-48px.png",
|
||||
author: "Vector.im",
|
||||
homepage: "https://vector.im",
|
||||
room_url(alias) { return "https://vector.im/beta/#/room/" + alias },
|
||||
room_id_url(id) { return "https://vector.im/beta/#/room/" + id },
|
||||
user_url(userId) { return "https://vector.im/beta/#/user/" + userId },
|
||||
msg_url(msg) { return "https://vector.im/beta/#/room/" + msg },
|
||||
maturity: "Late beta",
|
||||
name: "Riot",
|
||||
logo: "img/riot-48px.png",
|
||||
author: "Vector Creations",
|
||||
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 },
|
||||
maturity: "Stable",
|
||||
comments: "Fully-featured Matrix client for Web, iOS & Android",
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue