mirror of https://github.com/vector-im/riot-web
Remove dots between footer links
parent
71610ce24d
commit
a2c84e7702
|
@ -34,9 +34,9 @@ module.exports = React.createClass({
|
|||
|
||||
return (
|
||||
<div className="mx_AuthFooter">
|
||||
<a href="https://medium.com/@RiotChat">blog</a> ·
|
||||
<a href="https://twitter.com/@RiotChat">twitter</a> ·
|
||||
<a href="https://github.com/vector-im/riot-web">github</a> ·
|
||||
<a href="https://medium.com/@RiotChat">blog</a>
|
||||
<a href="https://twitter.com/@RiotChat">twitter</a>
|
||||
<a href="https://github.com/vector-im/riot-web">github</a>
|
||||
<a href="https://matrix.org">{ _t('powered by Matrix') }</a>
|
||||
</div>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue