diff --git a/src/components/SocialList.astro b/src/components/SocialList.astro deleted file mode 100644 index 00e7f97..0000000 --- a/src/components/SocialList.astro +++ /dev/null @@ -1,42 +0,0 @@ ---- -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 -*/ -const socialLinks: { - friendlyName: string; - isWebmention?: boolean; - link: string; - name: string; -}[] = [ - { - friendlyName: "Github", - link: "https://github.com/chrismwilliams/astro-cactus", - name: "mdi:github", - }, -]; ---- - -
Find me on
-