From 0936f7060c84047a33af72ce06cbdd918da07c33 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sat, 16 May 2026 18:24:12 -0500 Subject: [PATCH] fix issue label class binding --- src/components/IssueList.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/IssueList.astro b/src/components/IssueList.astro index a04b60a4..29cf4324 100644 --- a/src/components/IssueList.astro +++ b/src/components/IssueList.astro @@ -131,7 +131,7 @@ if (repoInfo) {
- + {issue.priority === 'good first issue' ? 'Good First Issue' : 'Help Wanted'}