1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-11-25 09:43:33 +03:00

Remove dots between footer links

This commit is contained in:
J. Ryan Stinnett
2019-01-22 19:38:51 -06:00
parent 71610ce24d
commit a2c84e7702

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>
);