mirror of
https://github.com/vector-im/element-web.git
synced 2025-09-15 18:51:44 +02:00
Add target="_blank" to footer links
See https://github.com/matrix-org/matrix-react-sdk/pull/2496
This commit is contained in:
parent
2aaed5d4c3
commit
c773fcb946
@ -34,10 +34,10 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mx_AuthFooter">
|
<div className="mx_AuthFooter">
|
||||||
<a href="https://medium.com/@RiotChat">blog</a>
|
<a href="https://medium.com/@RiotChat" target="_blank" rel="noopener">blog</a>
|
||||||
<a href="https://twitter.com/@RiotChat">twitter</a>
|
<a href="https://twitter.com/@RiotChat" target="_blank" rel="noopener">twitter</a>
|
||||||
<a href="https://github.com/vector-im/riot-web">github</a>
|
<a href="https://github.com/vector-im/riot-web" target="_blank" rel="noopener">github</a>
|
||||||
<a href="https://matrix.org">{ _t('powered by Matrix') }</a>
|
<a href="https://matrix.org" target="_blank" rel="noopener">{ _t('powered by Matrix') }</a>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user