diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..53345d2 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/bundle.js +/bundle.js.map +/node_modules diff --git a/img/riot-48px.png b/img/riot-48px.png new file mode 100644 index 0000000..24542a7 Binary files /dev/null and b/img/riot-48px.png differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 7898e11..2934d24 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -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", }, {