We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c17272 + d04e0f4 commit bfc62e0Copy full SHA for bfc62e0
src/components/views/auth/VectorAuthFooter.js
@@ -22,8 +22,8 @@ import { _t } from 'matrix-react-sdk/src/languageHandler';
22
const VectorAuthFooter = () => {
23
const brandingConfig = SdkConfig.get().branding;
24
let links = [
25
- {"text": "blog", "url": "https://blog.riot.im"},
26
- {"text": "twitter", "url": "https://twitter.com/@RiotChat"},
+ {"text": "blog", "url": "https://element.io/blog"},
+ {"text": "twitter", "url": "https://twitter.com/element_hq"},
27
{"text": "github", "url": "https://github.com/vector-im/riot-web"},
28
];
29
0 commit comments