mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat: add ko-fi link
This commit is contained in:
parent
9f96d754fd
commit
fcd9fa2a90
3 changed files with 748 additions and 731 deletions
1473
pnpm-lock.yaml
1473
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
|
@ -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",
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue