Skip to content
This repository has been archived by the owner on Jun 28, 2023. It is now read-only.

Commit

Permalink
Make these rel=me links to get the checkmark on Tootland
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyja committed Nov 19, 2022
1 parent 1976621 commit 835592a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const SocialIcon = (props: { href: string; icon: IconProp; title: string }) => (
href={props.href}
className={headerStyles.socialIcon}
target="_blank"
rel="noopener noreferrer"
rel="me noreferrer"
style={{ color: Gray["near-black"] }}
>
<FontAwesomeIcon icon={props.icon} title={props.title} size="2x" />
Expand Down

0 comments on commit 835592a

Please sign in to comment.