Merge pull request #14478 from vector-im/hs/blog-and-twitter-links

Update blog and twitter links to point to Element
This commit is contained in:
David Baker 2020-07-15 15:01:53 +01:00 committed by GitHub
commit bfc62e04f0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"},
];