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'}