Skip to content

Commit

Permalink
add nowollow to supporter links (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
Roma36 authored Sep 20, 2023
1 parent 3c9635b commit 3251bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/SupportersList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default function SupportersList({ list }: SupportersListProps) {
<Link
href={supporter.url}
target="_blank"
rel="noopener noreferrer"
rel="noopener noreferrer nofollow"
className="w-1/3 text-inherit font-bold text-gray-900 hover:text-brand-700 dark:text-gray-100 dark:hover:text-brand-500"
aria-label={`Go to ${supporter.name} website`}
>
Expand Down

0 comments on commit 3251bb8

Please sign in to comment.