Skip to content
This repository has been archived by the owner on Jun 15, 2021. It is now read-only.

Commit

Permalink
added 'noopener no referrer' to target=_blank
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjdkim committed Nov 19, 2019
1 parent d05f30d commit be52275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webapp/src/components/Header.js
Expand Up @@ -11,12 +11,12 @@ function Header() {
</Link>
</li>
<li className="header-item">
<a href="https://gcallah.github.io/indras_net/index.html" target="_blank">
<a href="https://gcallah.github.io/indras_net/index.html" target="_blank" rel="noopener noreferrer">
<p>About</p>
</a>
</li>
<li className="header-item">
<a href="https://github.com/gcallah/indras_net/" target="_blank">
<a href="https://github.com/gcallah/indras_net/" target="_blank" rel="noopener noreferrer">
<p>Code</p>
</a>
</li>
Expand Down

0 comments on commit be52275

Please sign in to comment.