updated config docs

This commit is contained in:
Lee 2023-07-09 19:34:36 +01:00
parent 82a9d8ab54
commit b9d54cab59

@ -75,7 +75,7 @@ Simple Links is a lightweight alternative to Linktree and others.
"url": "https://git.fascinated.cc", // Where the button goes to when clicked "url": "https://git.fascinated.cc", // Where the button goes to when clicked
"icon": "fab fa-github", // The icon of the button (can be removed to show no icon) "icon": "fab fa-github", // The icon of the button (can be removed to show no icon)
"color": { "color": {
// The color of the icon // The color of the icon (tailwindcss colors)
"normal": "bg-green-700" "normal": "bg-green-700"
} }
}, },