diff --git a/src/components/Hero.astro b/src/components/Hero.astro index 746e3d8..519a82b 100644 --- a/src/components/Hero.astro +++ b/src/components/Hero.astro @@ -1,7 +1,6 @@ --- -import { ArrowRight, Coffee, FolderCode, Key, Newspaper } from "@lucide/astro"; +import { ArrowRight, FolderCode, Key, Rss } from "@lucide/astro"; import { Image } from "astro:assets"; -import { Rss } from "lucide-astro"; interface Props { name: string; @@ -50,7 +49,7 @@ const { name, title, description, avatar, location, socialLinks, gpgKey, rssFeed

{ socialLinks && ( -
+
{socialLinks.github && (