diff --git a/src/config.ts b/src/config.ts index a9c5930..3d2e1ea 100644 --- a/src/config.ts +++ b/src/config.ts @@ -19,6 +19,12 @@ export const BUTTONS = [ href: "https://github.com/xHyroM", icon: "mdi:github", }, + { + name: "SourceHut", + background: "bg-sourcehut hover:bg-sourcehut/80", + href: "https://sr.ht/~hyro/", + icon: "simple-icons:sourcehut", + }, { name: "User", background: "bg-discord hover:bg-discord/80", diff --git a/tailwind.config.cjs b/tailwind.config.cjs index d47f3fb..d6ed75a 100644 --- a/tailwind.config.cjs +++ b/tailwind.config.cjs @@ -56,6 +56,7 @@ module.exports = { wikipedia: "#000000", youtube: "#ff0000", // custom services + sourcehut: "#666666", kofi: "#e0293e", hackerone: "#1832FE", chess: "#5e8949",