mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28: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",
|
||||
href: "https://ko-fi.com/xhyrom",
|
||||
},
|
||||
{
|
||||
name: "HackerOne",
|
||||
background: "bg-hackerone hover:bg-hackerone/80",
|
||||
href: "https://hackerone.com/xhyrom",
|
||||
},
|
||||
{
|
||||
name: "Instagram",
|
||||
background: "bg-instagram hover:bg-instagram/80",
|
||||
|
|
|
@ -57,6 +57,7 @@ module.exports = {
|
|||
youtube: "#ff0000",
|
||||
// custom services
|
||||
kofi: "#e0293e",
|
||||
hackerone: "#1832FE",
|
||||
chess: "#5e8949",
|
||||
wakatime: "#4a4a4a",
|
||||
website: "#e8b217",
|
||||
|
|
Loading…
Reference in a new issue