1
0
mirror of https://github.com/XFox111/my-website.git synced 2026-04-22 07:28:01 +03:00

feat: replaced Twitter links with BlueSky

This commit is contained in:
2024-11-03 11:43:28 +00:00
parent f2e985cfea
commit bbea98bc4d
2 changed files with 5 additions and 6 deletions
+4 -4
View File
@@ -12,11 +12,11 @@ const socials: Socials =
href: "https://www.linkedin.com/in/xfox/",
username: "@xfox"
},
"Twitter":
"BlueSky":
{
href: "https://twitter.com/xfox111",
username: "@xfox111"
},
href: "https://bsky.app/profile/xfox111.net",
username: "@xfox111.net",
}
};
export default socials;