refactor: disable Mastodon social link

This commit is contained in:
satnaing
2023-01-03 21:05:20 +06:30
parent 688bdef098
commit 86fbbe82c8
+1 -1
View File
@@ -136,6 +136,6 @@ export const SOCIALS: SocialObjects = [
name: "Mastodon",
href: "https://github.com/satnaing/astro-paper",
linkTitle: `${SITE.title} on Mastodon`,
active: true,
active: false,
},
];