mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-16 03:01:12 +02:00
Remove dots between footer links
This commit is contained in:
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…
x
Reference in New Issue
Block a user