mirror of
https://github.com/xHyroM/links.git
synced 2024-11-10 02:28:06 +01:00
feat: add sourcehut
This commit is contained in:
parent
1645f49313
commit
93c190cc3b
2 changed files with 7 additions and 0 deletions
|
@ -19,6 +19,12 @@ export const BUTTONS = [
|
||||||
href: "https://github.com/xHyroM",
|
href: "https://github.com/xHyroM",
|
||||||
icon: "mdi:github",
|
icon: "mdi:github",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "SourceHut",
|
||||||
|
background: "bg-sourcehut hover:bg-sourcehut/80",
|
||||||
|
href: "https://sr.ht/~hyro/",
|
||||||
|
icon: "simple-icons:sourcehut",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "User",
|
name: "User",
|
||||||
background: "bg-discord hover:bg-discord/80",
|
background: "bg-discord hover:bg-discord/80",
|
||||||
|
|
|
@ -56,6 +56,7 @@ module.exports = {
|
||||||
wikipedia: "#000000",
|
wikipedia: "#000000",
|
||||||
youtube: "#ff0000",
|
youtube: "#ff0000",
|
||||||
// custom services
|
// custom services
|
||||||
|
sourcehut: "#666666",
|
||||||
kofi: "#e0293e",
|
kofi: "#e0293e",
|
||||||
hackerone: "#1832FE",
|
hackerone: "#1832FE",
|
||||||
chess: "#5e8949",
|
chess: "#5e8949",
|
||||||
|
|
Loading…
Reference in a new issue