From 35c623c1e74f6024573ac2087696246e21cde2a9 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 17:07:15 -0500 Subject: [PATCH 1/2] add noopener to card links --- src/components/IssueList.astro | 2 +- src/components/ProjectCard.astro | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/IssueList.astro b/src/components/IssueList.astro index a04b60a4..691bc749 100644 --- a/src/components/IssueList.astro +++ b/src/components/IssueList.astro @@ -120,7 +120,7 @@ if (repoInfo) { {issues.length > 0 ? (
{issues.map((issue) => ( - +
{issue.title}
diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index b765d70d..4d7f128f 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -14,7 +14,7 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false ---
- +
- From 6f3f92620652ca46776e6316eeccda18cba8b5e6 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 21:24:23 -0500 Subject: [PATCH 2/2] fix project card link structure --- src/components/ProjectCard.astro | 14 +++++++------- src/components/ProjectList.astro | 5 +++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/src/components/ProjectCard.astro b/src/components/ProjectCard.astro index 4d7f128f..b43713b7 100644 --- a/src/components/ProjectCard.astro +++ b/src/components/ProjectCard.astro @@ -14,7 +14,7 @@ const { projectLink, logoLink, name, description, tags = [], loadIssues = false ---