From 2beacc51d70a56fa92c7ecf624af6974de1c6c1b Mon Sep 17 00:00:00 2001 From: Kerwin Bryant Date: Sat, 12 Apr 2025 13:51:38 +0000 Subject: [PATCH] fix --- templates/explore/repo_list.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 219b1255c0a12..ad190b89b289e 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -39,12 +39,12 @@ {{end}} {{if not $.DisableStars}} - {{svg "octicon-star" 16}} + {{svg "octicon-star" 16}} {{CountFmt .NumStars}} {{end}} - {{svg "octicon-git-branch" 16}} + {{svg "octicon-git-branch" 16}} {{CountFmt .NumForks}}