From 6a71421b5157c2314ede05bc1fcfbee784a6cda4 Mon Sep 17 00:00:00 2001 From: drhayato Date: Thu, 2 Jul 2026 19:27:53 +0530 Subject: [PATCH] fix: 'Go to Project' Button not working (#535) --- src/components/IssueList.astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/IssueList.astro b/src/components/IssueList.astro index a04b60a4..35848b13 100644 --- a/src/components/IssueList.astro +++ b/src/components/IssueList.astro @@ -120,7 +120,7 @@ if (repoInfo) { {issues.length > 0 ? (
{issues.map((issue) => ( - + ) : (