From 90bcfbf0d49e428e6b4bb45c511e4a60cecaff49 Mon Sep 17 00:00:00 2001 From: Alam Guardin Date: Fri, 9 Aug 2024 21:13:55 -0500 Subject: chore: update readme.md content --- src/components/Link.astro | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/components/Link.astro') diff --git a/src/components/Link.astro b/src/components/Link.astro index 5ff75a1..d5a9fa7 100644 --- a/src/components/Link.astro +++ b/src/components/Link.astro @@ -10,18 +10,6 @@ import Url from "./icons/Url.astro"; import XTwitter from "./icons/X-twitter.astro"; import Youtube from "./icons/Youtube.astro"; -const icons = { - dribbble: Dribbble, - facebook: Facebook, - instagram: Instagram, - linkedin: Linkedin, - shop: Shop, - twitch: Twitch, - url: Url, - xtwitter: XTwitter, - youtube: Youtube -} - interface Props { icon: string; title: string; -- cgit v1.2.3