Skip to content

Commit

Permalink
fix unsafe link
Browse files Browse the repository at this point in the history
  • Loading branch information
firehawk89 committed Feb 11, 2024
1 parent c78e5e2 commit 5bf6229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ui/icons-list/icons-list-item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const IconsListItem: FC<IconsListItemProps> = ({
<a
className="transition-colors hover:text-accent"
href={href}
rel="noopener noreferrer"
target="_blank"
>
<Icon
Expand Down

0 comments on commit 5bf6229

Please sign in to comment.