feat: add ko-fi link

This commit is contained in:
xHyroM 2023-05-06 20:45:05 +02:00
parent 9f96d754fd
commit fcd9fa2a90
No known key found for this signature in database
GPG key ID: BE0423F386C436AA
3 changed files with 748 additions and 731 deletions

File diff suppressed because it is too large Load diff

View file

@ -47,6 +47,11 @@ export const BUTTONS = [
background: "bg-twitter hover:bg-twitter/80", background: "bg-twitter hover:bg-twitter/80",
href: "https://twitter.com/hyrousek", href: "https://twitter.com/hyrousek",
}, },
{
name: "Ko-fi",
background: "bg-kofi hover:bg-kofi/80",
href: "https://ko-fi.com/hyro",
},
{ {
name: "Chess", name: "Chess",
background: "bg-chess hover:bg-chess/80", background: "bg-chess hover:bg-chess/80",

View file

@ -56,6 +56,7 @@ module.exports = {
wikipedia: "#000000", wikipedia: "#000000",
youtube: "#ff0000", youtube: "#ff0000",
// custom services // custom services
kofi: "#e0293e",
chess: "#5e8949", chess: "#5e8949",
// ^ custom services // ^ custom services
transparent: "transparent", transparent: "transparent",