Skip to content

Commit

Permalink
[docs] Replace noreferrer
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 10, 2024
1 parent 095d874 commit 0d5c20e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ function PlanIcon(props) {
<a
href={planProps.href}
target="_blank"
rel="noreferrer"
rel="noopener"
aria-label={planProps.title}
title={planProps.title}
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ function PlanIcon(props: { plan?: string }) {
<a
href={planProps.href}
target="_blank"
rel="noreferrer"
rel="noopener"
aria-label={planProps.title}
title={planProps.title}
>
Expand Down

0 comments on commit 0d5c20e

Please sign in to comment.