25 lines
499 B
JSON
25 lines
499 B
JSON
{
|
|
"main": [
|
|
{
|
|
"name": "Twitch",
|
|
"icon": "fab fa-twitch",
|
|
"link": "https://twitch.tv/abnercoimbre"
|
|
},
|
|
{
|
|
"name": "YouTube",
|
|
"icon": "fab fa-youtube",
|
|
"link": "https://www.youtube.com/@HandmadeCities"
|
|
},
|
|
{
|
|
"name": "Discord",
|
|
"icon": "fab fa-discord",
|
|
"link": "https://handmadecities.com/discord"
|
|
},
|
|
{
|
|
"name": "Email",
|
|
"icon": "fa fa-envelope",
|
|
"link": "mailto:support@handmadecities.com"
|
|
}
|
|
]
|
|
}
|