From aaac7039b43000722879896e27e8f13de7d65caa Mon Sep 17 00:00:00 2001 From: Alois Date: Fri, 14 Aug 2026 18:10:13 +0200 Subject: [PATCH] Update social links --- astro.config.mjs | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 081e620..b62dec6 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -22,19 +22,24 @@ export default defineConfig({ customCss: ["./src/theme.css"], social: [ { - icon: "github", - label: "GitHub", - href: "https://github.com/Tensamin", + icon: "code-branch", + label: "Git", + href: "https://git.methanium.net/tensamin", }, { icon: "external", - label: "Website", + label: "Homepage", href: "https://tensamin.net", }, { icon: "information", label: "Status", - href: "https://status.tensamin.net", + href: "https://status.methanium.net", + }, + { + icon: "heart", + label: "Support us", + href: "https://shop.methanium.net", }, ], sidebar: [