Update social links config

This commit is contained in:
Erica Marigold 2024-07-06 22:13:48 +05:30
parent 675338a7bb
commit a17c651fb2
No known key found for this signature in database
GPG key ID: 2768CC0C23D245D1

View file

@ -46,13 +46,23 @@ export const profileConfig: ProfileConfig = {
{
name: "GitHub",
icon: "fa6-brands:github",
url: "https://github.com/CompeyDeve",
url: "https://github.com/CompeyDev",
},
{
name: "Twitter",
icon: "fa6-brands:twitter",
url: "https://twitter.com/DevComp_",
},
{
name: "Mastodon",
icon: "fa6-brands:mastodon",
url: "https://mas.to/@DevComp",
},
{
name: "Spotify",
icon: "fa6-brands:spotify",
url: "https://open.spotify.com/user/ouauk3ftumdwxokxn5jxb5kxw",
},
],
};