diff options
Diffstat (limited to 'src/components')
| -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", }, { |
