Update HomePage.js

This commit is contained in:
MatthiasSchuster 2018-03-31 09:20:14 +02:00 committed by GitHub
parent 558fd23291
commit a519915c04
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,16 +30,12 @@ var linkable_clients = [
maturity: "Stable", maturity: "Stable",
comments: "Fully-featured Matrix client for Web, iOS & Android", 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", name: "Matrix-Static",
logo: "img/matrix-static-48px.png", logo: "img/matrix-static-48px.png",