From c7ef9bab1b1f9920be1d55dc3c96ef571e24a14b Mon Sep 17 00:00:00 2001 From: nirobnk Date: Fri, 15 May 2026 14:40:12 +0530 Subject: [PATCH] Fix: Resolve nested anchor tag bug in project cards - Restructured ProjectCard.astro to eliminate invalid nested anchors - Separated card header and 'Go to Project' button into independent links - Fixes clickability issue on activist.org, CircuitVerse, and Opensourcedesign cards - Maintains proper cursor pointer behavior on all interactive elements --- src/components/ProjectCard.astro | 53 ++++++++++++++++++++------------ 1 file changed, 33 insertions(+), 20 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index b765d70d..4c441257 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -14,18 +14,20 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false ---
- -
- -

{name}

-
+
+ +
+ +

{name}

+
+
{tags.map((tag) => ( @@ -41,10 +43,10 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false )}
- - + +