diff options
| author | Dawid Rycerz <dawid@rycerz.xyz> | 2026-02-08 12:26:23 +0100 |
|---|---|---|
| committer | Dawid Rycerz <dawid@rycerz.xyz> | 2026-02-08 12:26:23 +0100 |
| commit | 82d7d0e9953c0e693d3916620c58764fc9be7895 (patch) | |
| tree | f8df74498edf219a651a7320b61a3691ad119ce7 /src/components/SocialList.astro | |
| parent | 8b1d8326c6c64e5dcb42e37e04b8a467191ddf16 (diff) | |
Change repos url
Diffstat (limited to 'src/components/SocialList.astro')
| -rw-r--r-- | src/components/SocialList.astro | 6 |
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", }, { |
