mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2025-04-19 03:14:02 +01: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",
|
name: "GitHub",
|
||||||
icon: "fa6-brands:github",
|
icon: "fa6-brands:github",
|
||||||
url: "https://github.com/CompeyDeve",
|
url: "https://github.com/CompeyDev",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "Twitter",
|
name: "Twitter",
|
||||||
icon: "fa6-brands:twitter",
|
icon: "fa6-brands:twitter",
|
||||||
url: "https://twitter.com/DevComp_",
|
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…
Add table
Reference in a new issue