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}