We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd515c commit 3c34de3Copy full SHA for 3c34de3
components/PageSocial.tsx
@@ -27,7 +27,7 @@ export const socialLinks: SocialLink[] = [
27
config.mastodon && {
28
name: 'mastodon',
29
href: config.mastodon,
30
- title: `Mastodon`,
+ title: 'Mastodon',
31
color: "#5a4be1",
32
icon: FaMastodon
33
},
@@ -65,7 +65,7 @@ export const socialLinks: SocialLink[] = [
65
66
].filter(Boolean)
67
68
-export function PageSocial(prefix: string) {
+export function PageSocial() {
69
return (
70
<>
71
<div className={styles.pageSocial}>
0 commit comments