Skip to content

Commit

Permalink
Add rel="nofollow noreferrer" to help links
Browse files Browse the repository at this point in the history
  • Loading branch information
canac committed Sep 13, 2024
1 parent 3f3d5df commit 837231b
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/components/Coaching/CoachingDetail/HelpButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,13 @@ export const HelpButton: React.FC<HelpButtonProps> = ({ articleVar }) => {
}

return (
<IconButton href={url} target="_blank" size="small" aria-label="Help">
<IconButton
href={url}
target="_blank"
rel="nofollow noreferrer"
size="small"
aria-label="Help"
>
<QuestionMark />
</IconButton>
);
Expand Down

0 comments on commit 837231b

Please sign in to comment.