mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat: add wakatime
This commit is contained in:
parent
6e7c4b59d6
commit
e09656640f
2 changed files with 6 additions and 0 deletions
|
@ -62,6 +62,11 @@ export const BUTTONS = [
|
||||||
background: "bg-reddit hover:bg-reddit/80",
|
background: "bg-reddit hover:bg-reddit/80",
|
||||||
href: "https://reddit.com/u/xHyroM",
|
href: "https://reddit.com/u/xHyroM",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Wakatime",
|
||||||
|
background: "bg-wakatime hover:bg-wakatime/80",
|
||||||
|
href: "https://wakatime.com/@xhyrom",
|
||||||
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
export const SITE = {
|
export const SITE = {
|
||||||
|
|
|
@ -58,6 +58,7 @@ module.exports = {
|
||||||
// custom services
|
// custom services
|
||||||
kofi: "#e0293e",
|
kofi: "#e0293e",
|
||||||
chess: "#5e8949",
|
chess: "#5e8949",
|
||||||
|
wakatime: "#4a4a4a",
|
||||||
// ^ custom services
|
// ^ custom services
|
||||||
transparent: "transparent",
|
transparent: "transparent",
|
||||||
current: "currentColor",
|
current: "currentColor",
|
||||||
|
|
Loading…
Reference in a new issue