mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2024-12-12 04:40:41 +00:00
Update social links config
This commit is contained in:
parent
675338a7bb
commit
a17c651fb2
1 changed files with 11 additions and 1 deletions
|
@ -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",
|
||||
},
|
||||
],
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue