Merge pull request #15328 from resynth1943/patch-6

Update Riot -> Element in VectorAuthFooter
This commit is contained in:
J. Ryan Stinnett 2020-09-30 12:28:29 +01:00 committed by GitHub
commit 991a1e743c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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) {