Skip to content

Commit bfc62e0

Browse files
authored
Merge pull request element-hq#14478 from vector-im/hs/blog-and-twitter-links
Update blog and twitter links to point to Element
2 parents 7c17272 + d04e0f4 commit bfc62e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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)