Skip to content

Commit

Permalink
Remove noreferrer for SEO purposes #107 from eea/263008-remove-norefe…
Browse files Browse the repository at this point in the history
…rrer
  • Loading branch information
ichim-david authored Mar 7, 2024
2 parents 09db534 + 9ac901e commit b67be12
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 b67be12

Please sign in to comment.