summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Rycerz <dawid@rycerz.xyz>2026-02-08 12:26:23 +0100
committerDawid Rycerz <dawid@rycerz.xyz>2026-02-08 12:26:23 +0100
commit82d7d0e9953c0e693d3916620c58764fc9be7895 (patch)
treef8df74498edf219a651a7320b61a3691ad119ce7
parent8b1d8326c6c64e5dcb42e37e04b8a467191ddf16 (diff)
Change repos url
-rw-r--r--src/components/SocialList.astro6
1 files changed, 3 insertions, 3 deletions
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",
},
{