From edf0dfd1dfd75a36a90ede6044e6d148da0341e0 Mon Sep 17 00:00:00 2001 From: Gary Wang Date: Sun, 17 May 2026 03:08:43 +0800 Subject: [PATCH] fix(icon): use repo-forked icon to display forks count (#37731) This could avoid confusion about what the icon means. It can be considered as for Pull Requests count by mistaken if we use that icon. --- templates/shared/repo/list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/shared/repo/list.tmpl b/templates/shared/repo/list.tmpl index 078e6e67bc..6b224ef200 100644 --- a/templates/shared/repo/list.tmpl +++ b/templates/shared/repo/list.tmpl @@ -48,7 +48,7 @@ {{end}} - {{svg "octicon-git-branch" 16}} + {{svg "octicon-repo-forked" 16}} {{CountFmt .NumForks}}