diff --git a/docs/src/components/AnswerNumber.astro b/docs/src/components/AnswerNumber.astro index 634c4bc..12b248d 100644 --- a/docs/src/components/AnswerNumber.astro +++ b/docs/src/components/AnswerNumber.astro @@ -4,7 +4,7 @@ const response = await fetch(`https://api.github.com/search/issues?q=repo:tomala const { total_count } = await response.json(); --- -
Answered by {total_count} people
+{total_count ?
Answered by {total_count} people
: null }