Skip to content

Commit ff7f375

Browse files
committed
verify mastodon
1 parent ff1dcc0 commit ff7f375

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

components/Footer/Footer.tsx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ const Footer: FC = () => {
3232
</ul>
3333

3434
<p className="social-links">
35-
<a href="https://mastodon.social/@codestar" aria-label="Mastodon">
35+
<a
36+
href="https://mastodon.social/@codestar"
37+
aria-label="Mastodon"
38+
rel="me"
39+
>
3640
<Image
3741
src={mastodonSvg}
3842
alt="Codestar Mastodon"

0 commit comments

Comments
 (0)