Skip to content

Commit 6dd515c

Browse files
committed
Add mastodon which was missing from the original social accounts
1 parent 948004f commit 6dd515c

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

components/PageSocial.tsx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ export const socialLinks: SocialLink[] = [
2424
icon: FaTwitter
2525
},
2626

27+
config.mastodon && {
28+
name: 'mastodon',
29+
href: config.mastodon,
30+
title: `Mastodon`,
31+
color: "#5a4be1",
32+
icon: FaMastodon
33+
},
34+
2735
config.github && {
2836
name: 'github',
2937
href: `https://github.com/${config.github}`,

0 commit comments

Comments
 (0)