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.
1 parent 7c17272 commit d04e0f4Copy full SHA for d04e0f4
1 file changed
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