Skip to content

Commit

Permalink
opening GitHub issue links in a new window
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 28, 2020
1 parent 564deac commit 25c4bc4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion src/scenes/About/About.js
Expand Up @@ -87,7 +87,11 @@ class About extends Component {
</a>
</div>
<div>
<a href="https://github.com/karrlab/datanator_frontend/issues">
<a
href="https://github.com/karrlab/datanator_frontend/issues"
target="_blank"
rel="noopener noreferrer"
>
<FontAwesomeIcon icon="exclamation-circle" /> Submit an
issue
</a>
Expand Down
6 changes: 5 additions & 1 deletion src/scenes/Help/Help.js
Expand Up @@ -56,7 +56,11 @@ class Help extends Component {
</a>
</div>
<div>
<a href="https://github.com/karrlab/datanator_frontend/issues">
<a
href="https://github.com/karrlab/datanator_frontend/issues"
target="_blank"
rel="noopener noreferrer"
>
<FontAwesomeIcon icon="exclamation-circle" /> Submit an
issue
</a>
Expand Down

0 comments on commit 25c4bc4

Please sign in to comment.