Skip to content
This repository has been archived by the owner on Jul 22, 2020. It is now read-only.

Commit

Permalink
fix: links corrected with providing target and rel attr
Browse files Browse the repository at this point in the history
  • Loading branch information
manuel-calavera committed Oct 2, 2019
1 parent 0b2035d commit e8c403b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/v2/components/Footer/Partnership/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,16 @@ const Partnership = () => {
Partner with us
</Button>
<div className={classes.links}>
<a href="https://forums.solana.com/" onClick={handleDiscuss}>
<a
href="https://forums.solana.com/"
target="_blank"
rel="noopener noreferrer"
onClick={handleDiscuss}
>
Discuss on forums
<img src={iconRight} width={53} alt="" />
</a>
<a href="https://solana.com/">
<a href="https://solana.com/" target="_blank" rel="noopener noreferrer">
Website disclaimer
<img src={iconRight} width={53} alt="" />
</a>
Expand Down

0 comments on commit e8c403b

Please sign in to comment.