Skip to content

Commit d04e0f4

Browse files
authored
Update blog and twitter links
1 parent 7c17272 commit d04e0f4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/views/auth/VectorAuthFooter.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ import { _t } from 'matrix-react-sdk/src/languageHandler';
2222
const VectorAuthFooter = () => {
2323
const brandingConfig = SdkConfig.get().branding;
2424
let links = [
25-
{"text": "blog", "url": "https://blog.riot.im"},
26-
{"text": "twitter", "url": "https://twitter.com/@RiotChat"},
25+
{"text": "blog", "url": "https://element.io/blog"},
26+
{"text": "twitter", "url": "https://twitter.com/element_hq"},
2727
{"text": "github", "url": "https://github.com/vector-im/riot-web"},
2828
];
2929

0 commit comments

Comments
 (0)