Update vector-im to riot-im on Login

Signed-off-by: Andrew (anoa) <anoa@openmailbox.org>
pull/4943/head
Andrew (anoa) 2017-08-30 12:06:19 -07:00
parent 65f0bd04f2
commit 8e5427d626
No known key found for this signature in database
GPG Key ID: 174BEAB009FD176D
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module.exports = React.createClass({
<div className="mx_Login_links">
<a href="https://medium.com/@RiotChat">blog</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="https://twitter.com/@RiotChat">twitter</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="https://github.com/vector-im/vector-web">github</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="https://github.com/vector-im/riot-web">github</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<a href="https://matrix.org">{ _t('powered by Matrix') }</a>
</div>
);