mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-22 19:17:46 +02:00
Add rel="noreferrer noopener" to <a> with target="_blank" (#531)
* Add rel="noreferrer noopener" to <a> with target="_blank" * Run Prettier
This commit is contained in:
parent
c2cd169b64
commit
e19b9ac56e
5 changed files with 26 additions and 10 deletions
|
@ -92,8 +92,8 @@ class Footer extends React.Component {
|
|||
<a
|
||||
href="https://code.facebook.com/projects/"
|
||||
target="_blank"
|
||||
className="fbOpenSource"
|
||||
>
|
||||
rel="noreferrer noopener"
|
||||
className="fbOpenSource">
|
||||
<img
|
||||
src={`${this.props.config.baseUrl}img/oss_logo.png`}
|
||||
alt="Facebook Open Source"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue