feat(link): custom links

This commit is contained in:
Anhgelus Morhtuuzh 2024-11-09 23:37:10 +01:00
parent 0b90249205
commit 5b98185aa6
No known key found for this signature in database
GPG key ID: CAD341EFA92DDDE5
4 changed files with 37 additions and 11 deletions

View file

@ -23,5 +23,22 @@
"position": 100
}
]
}
},
"links": [
{
"link": "https://discord.gg/minecraft",
"content": "Minecraft's Discord",
"color": "#800080FF"
},
{
"link": "https://github.com/anhgelus",
"content": "GitHub",
"color": "#800080FF"
},
{
"link": "https://youtube.com/@anhgelus",
"content": "YouTube",
"color": "#800080FF"
}
]
}