From 82d7d0e9953c0e693d3916620c58764fc9be7895 Mon Sep 17 00:00:00 2001 From: Dawid Rycerz Date: Sun, 8 Feb 2026 12:26:23 +0100 Subject: Change repos url --- src/components/SocialList.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/components/SocialList.astro b/src/components/SocialList.astro index 7c292a5..0a34a76 100644 --- a/src/components/SocialList.astro +++ b/src/components/SocialList.astro @@ -1,7 +1,7 @@ --- import { Icon } from "astro-icon/components"; -/** +/** Uses https://www.astroicon.dev/getting-started/ Find icons via guide: https://www.astroicon.dev/guides/customization/#open-source-icon-sets Only installed pack is: @iconify-json/mdi @@ -18,8 +18,8 @@ const socialLinks: { name: "mdi:mastodon", }, { - friendlyName: "Codeberg", - link: "https://codeberg.org/knightdave", + friendlyName: "My git repos", + link: "https://git.craftknight.com/", name: "mdi:git", }, { -- cgit v1.2.3