feat: add wakatime

This commit is contained in:
xHyroM 2023-06-14 19:15:31 +02:00
parent 6e7c4b59d6
commit e09656640f
No known key found for this signature in database
GPG key ID: BE0423F386C436AA
2 changed files with 6 additions and 0 deletions

View file

@ -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 = {

View file

@ -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",