From 93c190cc3bcead98f969702fbacaa497ab22e6b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jozef=20Steinh=C3=BCbl?= Date: Tue, 23 Jul 2024 21:52:55 +0200 Subject: [PATCH] feat: add sourcehut --- src/config.ts | 6 ++++++ tailwind.config.cjs | 1 + 2 files changed, 7 insertions(+) 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",