From cd93b16618678bbebade1ed6898f3844bf61d25d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Mon, 30 Mar 2026 19:56:54 +0200 Subject: [PATCH] Fix responsive Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/components/Hero.astro | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 && (