mirror of
https://github.com/xHyroM/links.git
synced 2024-11-22 07:31: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",
|
||||
href: "https://reddit.com/u/xHyroM",
|
||||
},
|
||||
{
|
||||
name: "Wakatime",
|
||||
background: "bg-wakatime hover:bg-wakatime/80",
|
||||
href: "https://wakatime.com/@xhyrom",
|
||||
},
|
||||
];
|
||||
|
||||
export const SITE = {
|
||||
|
|
|
@ -58,6 +58,7 @@ module.exports = {
|
|||
// custom services
|
||||
kofi: "#e0293e",
|
||||
chess: "#5e8949",
|
||||
wakatime: "#4a4a4a",
|
||||
// ^ custom services
|
||||
transparent: "transparent",
|
||||
current: "currentColor",
|
||||
|
|
Loading…
Reference in a new issue