diff options
| author | Alam Guardin <alamguardin@gmail.com> | 2024-08-09 21:13:55 -0500 |
|---|---|---|
| committer | Alam Guardin <alamguardin@gmail.com> | 2024-08-09 21:13:55 -0500 |
| commit | 90bcfbf0d49e428e6b4bb45c511e4a60cecaff49 (patch) | |
| tree | 4d9285b3e17fdc640991fd59a0a4bea9f580db0f /src/components/Link.astro | |
| parent | 470911698e5a4468c510a99dd352bfb68d9fbd00 (diff) | |
chore: update readme.md content
Diffstat (limited to 'src/components/Link.astro')
| -rw-r--r-- | src/components/Link.astro | 12 |
1 files changed, 0 insertions, 12 deletions
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; |
