From bc873d937fb6ab3d1d83b8affb790825082a9a05 Mon Sep 17 00:00:00 2001 From: matrixsite Date: Tue, 14 Aug 2018 10:49:26 +0000 Subject: [PATCH] fix missing comma --- src/components/HomePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index a08c3cf..2e0f037 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -116,7 +116,7 @@ var unlinkable_clients = [ author: "Daniel Garcia Moreno", maturity: "Alpha", comments: "Matrix messaging app for GNOME written in Rust" - } + }, { name: "Matrix IRCd", logo: "img/ircd-48px.png",