From d04e0f441d1e886fe5b47370e8bc5e5400995fd7 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 15 Jul 2020 13:23:51 +0100 Subject: [PATCH] Update blog and twitter links --- src/components/views/auth/VectorAuthFooter.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/views/auth/VectorAuthFooter.js b/src/components/views/auth/VectorAuthFooter.js index de38b00a7e..c7e767b66f 100644 --- a/src/components/views/auth/VectorAuthFooter.js +++ b/src/components/views/auth/VectorAuthFooter.js @@ -22,8 +22,8 @@ import { _t } from 'matrix-react-sdk/src/languageHandler'; const VectorAuthFooter = () => { const brandingConfig = SdkConfig.get().branding; let links = [ - {"text": "blog", "url": "https://blog.riot.im"}, - {"text": "twitter", "url": "https://twitter.com/@RiotChat"}, + {"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"}, ];