mirror of
https://github.com/xHyroM/links.git
synced 2024-11-12 19:48:06 +01:00
feat: add hackerone
This commit is contained in:
parent
eca493dfa4
commit
7c56b0762f
2 changed files with 6 additions and 0 deletions
|
@ -32,6 +32,11 @@ export const BUTTONS = [
|
||||||
background: "bg-kofi hover:bg-kofi/80",
|
background: "bg-kofi hover:bg-kofi/80",
|
||||||
href: "https://ko-fi.com/xhyrom",
|
href: "https://ko-fi.com/xhyrom",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "HackerOne",
|
||||||
|
background: "bg-hackerone hover:bg-hackerone/80",
|
||||||
|
href: "https://hackerone.com/xhyrom",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Instagram",
|
name: "Instagram",
|
||||||
background: "bg-instagram hover:bg-instagram/80",
|
background: "bg-instagram hover:bg-instagram/80",
|
||||||
|
|
|
@ -57,6 +57,7 @@ module.exports = {
|
||||||
youtube: "#ff0000",
|
youtube: "#ff0000",
|
||||||
// custom services
|
// custom services
|
||||||
kofi: "#e0293e",
|
kofi: "#e0293e",
|
||||||
|
hackerone: "#1832FE",
|
||||||
chess: "#5e8949",
|
chess: "#5e8949",
|
||||||
wakatime: "#4a4a4a",
|
wakatime: "#4a4a4a",
|
||||||
website: "#e8b217",
|
website: "#e8b217",
|
||||||
|
|
Loading…
Reference in a new issue