Skip to content

Commit

Permalink
fix: fixed the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
SB-venkatyadavilli committed Sep 2, 2024
1 parent 173e5b3 commit 8168728
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ const LinkComponent: CustomComponentMapping['a'] = ({ children, href, title }) =
}

return (
<a href={href} target="_blank">
<a href={href} target="_blank" rel="noreferrer">
{children}
</a>
);
Expand Down

0 comments on commit 8168728

Please sign in to comment.