From 5cf07edf24bd98f1250a4e486f9f7cc365bdba2f Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Thu, 1 Nov 2018 18:14:06 +0100 Subject: [PATCH] Update Riot author to New Vector New Vector is the current author of Riot now that Vector Creations has been dissolved. --- 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 f0dec83..7d25d39 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -20,7 +20,7 @@ var linkable_clients = [ { name: "Riot", logo: "img/riot-48px.png", - author: "Vector Creations", + author: "New Vector", 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 },