Merge pull request #14478 from vector-im/hs/blog-and-twitter-links
Update blog and twitter links to point to Elementpull/14513/head
commit
bfc62e04f0
|
@ -22,8 +22,8 @@ import { _t } from 'matrix-react-sdk/src/languageHandler';
|
||||||
const VectorAuthFooter = () => {
|
const VectorAuthFooter = () => {
|
||||||
const brandingConfig = SdkConfig.get().branding;
|
const brandingConfig = SdkConfig.get().branding;
|
||||||
let links = [
|
let links = [
|
||||||
{"text": "blog", "url": "https://blog.riot.im"},
|
{"text": "blog", "url": "https://element.io/blog"},
|
||||||
{"text": "twitter", "url": "https://twitter.com/@RiotChat"},
|
{"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/riot-web"},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue