simpler-dash/config.sample.json
Kukielka d459bbe623 FontAwesome 5 changes
It seems like FontAwesome 5 requires you to specify the prefix of the specific icon.
https://fontawesome.com/how-to-use/svg-with-js#basic-use
2018-04-16 14:28:30 +02:00

21 lines
372 B
JSON

{
"title" : "Your Homepage Title",
"items" : [
{
"alt" : "Github",
"icon" : "fab fa-github",
"link" : "https://github.com/Swagielka"
},
{
"alt" : "Twitter",
"icon" : "fab fa-twitter",
"link" : "https://twitter.com/Kukielka_"
},
{
"alt" : "Docker Hub",
"icon" : "fab fa-docker",
"link" : "https://hub.docker.com/u/kukielka/"
}
]
}