You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-11-26 21:23:26 +03:00
Remove dots between footer links
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user