diff --git a/img/matrix-static-48px.png b/img/matrix-static-48px.png new file mode 100644 index 0000000..60e35e3 Binary files /dev/null and b/img/matrix-static-48px.png differ diff --git a/src/components/HomePage.js b/src/components/HomePage.js index e7b7845..e678ec7 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -29,16 +29,6 @@ var linkable_clients = [ maturity: "Stable", comments: "Fully-featured Matrix client for Web, iOS & Android", }, - { - name: "Matrix-Static", - logo: "img/matrix-static-48px.png", - author: "Michael Telatynski", - homepage: "https://github.com/t3chguy/matrix-static", - //room_url(alias) { return "https://view.matrix.org/alias/" + alias }, - room_id_url(id) { return "https://view.matrix.org/room/" + id }, - maturity: "Stable", - comments: "A static golang generated preview of public world readable Matrix rooms.", - } { name: "Matrix Console", logo: "img/console-48px.png", @@ -49,6 +39,16 @@ var linkable_clients = [ maturity: "Deprecated", comments: "The original developer-focused client for Web, iOS & Android", }, + { + name: "Matrix-Static", + logo: "img/matrix-static-48px.png", + author: "Michael Telatynski", + homepage: "https://github.com/t3chguy/matrix-static", + room_url(alias) { return "https://view.matrix.org/alias/" + alias.replace('#', '%23') }, + room_id_url(id) { return "https://view.matrix.org/room/" + id }, + maturity: "Stable", + comments: "A static golang generated preview of public world readable Matrix rooms.", + }, ]; var unlinkable_clients = [