Skip to content

Commit

Permalink
Merge pull request #448 from renchap/add-rel-me-team
Browse files Browse the repository at this point in the history
Add `rel=me` to the team's Mastodon links
  • Loading branch information
renchap authored Nov 8, 2023
2 parents 444bc30 + 4875355 commit beef1e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pages/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const About = () => (
{member.socials && (
<a
href={member.socials.mastodon}
rel="me"
className="b2 ml-2 block flex-shrink-0 text-blurple-600 hover:text-blurple-500"
>
<LogoWhite
Expand Down

1 comment on commit beef1e7

@vercel
Copy link

@vercel vercel bot commented on beef1e7 Nov 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.