mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
55 lines
1.2 KiB
JavaScript
Executable File
55 lines
1.2 KiB
JavaScript
Executable File
export default {
|
|
"github": {
|
|
icon: "SiGithub",
|
|
label: "GitHub",
|
|
hrefResolve: "https://github.com/"
|
|
},
|
|
"twitter": {
|
|
icon: "SiTwitter",
|
|
label: "Twitter",
|
|
hrefResolve: "https://twitter.com/"
|
|
},
|
|
"instagram": {
|
|
icon: "SiInstagram",
|
|
label: "Instagram",
|
|
hrefResolve: "https://instagram.com/"
|
|
},
|
|
"facebook": {
|
|
icon: "SiFacebook",
|
|
label: "Facebook",
|
|
hrefResolve: "https://facebook.com/"
|
|
},
|
|
"youtube": {
|
|
icon: "SiYoutube",
|
|
label: "YouTube",
|
|
hrefResolve: "https://youtube.com/channel/"
|
|
},
|
|
"twitch": {
|
|
icon: "SiTwitch",
|
|
label: "Twitch",
|
|
hrefResolve: "https://twitch.tv/"
|
|
},
|
|
"linkedin": {
|
|
icon: "SiLinkedin",
|
|
label: "LinkedIn",
|
|
hrefResolve: "https://linkedin.com/in/"
|
|
},
|
|
"reddit": {
|
|
icon: "SiReddit",
|
|
label: "Reddit",
|
|
hrefResolve: "https://reddit.com/u/"
|
|
},
|
|
"vrchat": {
|
|
icon: "VrChat",
|
|
label: "VRChat",
|
|
hrefResolve: "https://vrchat.com/home/user/"
|
|
},
|
|
"discord": {
|
|
icon: "SiDiscord",
|
|
label: "Discord",
|
|
},
|
|
"custom": {
|
|
icon: "MdLink",
|
|
label: "Custom",
|
|
}
|
|
} |