Merge pull request #9 from matrix-org/rav/rebrand_vector
Vector is dead. Vive la Revolution!
This commit is contained in:
commit
755f22a572
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 = [
|
var linkable_clients = [
|
||||||
{
|
{
|
||||||
name: "Vector",
|
name: "Riot",
|
||||||
logo: "img/vector-48px.png",
|
logo: "img/riot-48px.png",
|
||||||
author: "Vector.im",
|
author: "Vector Creations",
|
||||||
homepage: "https://vector.im",
|
homepage: "https://riot.im",
|
||||||
room_url(alias) { return "https://vector.im/beta/#/room/" + alias },
|
room_url(alias) { return "https://riot.im/app/#/room/" + alias },
|
||||||
room_id_url(id) { return "https://vector.im/beta/#/room/" + id },
|
room_id_url(id) { return "https://riot.im/app/#/room/" + id },
|
||||||
user_url(userId) { return "https://vector.im/beta/#/user/" + userId },
|
user_url(userId) { return "https://riot.im/app/#/user/" + userId },
|
||||||
msg_url(msg) { return "https://vector.im/beta/#/room/" + msg },
|
msg_url(msg) { return "https://riot.im/app/#/room/" + msg },
|
||||||
maturity: "Late beta",
|
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