feat: add sourcehut

This commit is contained in:
Jozef Steinhübl 2024-07-23 21:52:55 +02:00
parent 1645f49313
commit 93c190cc3b
No known key found for this signature in database
GPG key ID: E6BC90C91973B08F
2 changed files with 7 additions and 0 deletions

View file

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

View file

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