Skip to content

Commit

Permalink
Remove noreferrer for SEO purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
tedw87 committed Feb 20, 2024
1 parent 09db534 commit 9ac901e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectedChart/ConnectedChart.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ function ConnectedChart(props) {
return (
<p>
No valid data for this{' '}
<a rel="noopener noreferrer" href={visualization_id} target="_blank">
<a rel="noopener" href={visualization_id} target="_blank">
Chart (Interactive)
</a>
.
Expand Down

0 comments on commit 9ac901e

Please sign in to comment.