From b440a263bd5c65da176fe505a325acdb91403300 Mon Sep 17 00:00:00 2001 From: Qt Resynth Date: Wed, 30 Sep 2020 11:03:37 +0000 Subject: [PATCH] Riot -> Element in VectorAuthFooter I'm so sorry :-) --- src/components/views/auth/VectorAuthFooter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index 21bba868d..31a994b3f 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -24,7 +24,7 @@ const VectorAuthFooter = () => { let links = [ {"text": "Blog", "url": "https://element.io/blog"}, {"text": "Twitter", "url": "https://twitter.com/element_hq"}, - {"text": "GitHub", "url": "https://github.com/vector-im/riot-web"}, + {"text": "GitHub", "url": "https://github.com/vector-im/element-web"}, ]; if (brandingConfig && brandingConfig.authFooterLinks) {