From 02cf8a24f2eddb20b7096721128eabcd72503eaa Mon Sep 17 00:00:00 2001 From: Hariprasad C Date: Sun, 1 Feb 2026 22:57:11 +0530 Subject: [PATCH] =?UTF-8?q?Bug:=20Fixed=20=E2=80=9CGo=20to=20Project?= =?UTF-8?q?=E2=80=9D=20button=20not=20working?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ProjectCard.astro | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index b765d70..693a816 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -37,14 +37,16 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false

{description}

- {loadIssues && ( - - )} - - + {loadIssues && ( + + )} +