From a519915c048ecd92793c31a129ae86201eed96cd Mon Sep 17 00:00:00 2001 From: MatthiasSchuster Date: Sat, 31 Mar 2018 09:20:14 +0200 Subject: [PATCH 1/2] Update HomePage.js --- src/components/HomePage.js | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 1277903..1f6bc9d 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -30,16 +30,12 @@ var linkable_clients = [ maturity: "Stable", comments: "Fully-featured Matrix client for Web, iOS & Android", }, - { - name: "Matrix Console", - logo: "img/console-48px.png", - author: "Matrix.org", - homepage: "https://matrix.org", - room_url(alias) { return "https://matrix.org/beta/#/room/" + alias }, - room_id_url(id) { return "https://matrix.org/beta/#/room/" + id }, - maturity: "Deprecated", - comments: "The original developer-focused client for Web, iOS & Android", - }, + + + + + + { name: "Matrix-Static", logo: "img/matrix-static-48px.png", From 012b10bec6702b041a3cb3fab222161092a38b99 Mon Sep 17 00:00:00 2001 From: ShalokShalom Date: Fri, 28 Dec 2018 03:53:57 +0100 Subject: [PATCH 2/2] Update HomePage.js --- src/components/HomePage.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 1f6bc9d..164dc49 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -30,12 +30,6 @@ var linkable_clients = [ maturity: "Stable", comments: "Fully-featured Matrix client for Web, iOS & Android", }, - - - - - - { name: "Matrix-Static", logo: "img/matrix-static-48px.png",