From 0962e59ea99a8c9856151d92c982890a782ecd52 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 | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index b765d70..5890d68 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -41,14 +41,16 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false )} - + + + Go to Project