Remove dots between footer links

pull/8225/head
J. Ryan Stinnett 2019-01-22 19:38:51 -06:00
parent 71610ce24d
commit a2c84e7702
1 changed files with 3 additions and 3 deletions

View File

@ -34,9 +34,9 @@ module.exports = React.createClass({
return (
<div className="mx_AuthFooter">
<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/riot-web">github</a>&nbsp;&nbsp;&middot;&nbsp;&nbsp;
<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>
);