forked from tangled.org/core
this repo has no description

appview: pulls: fix open state icon

Changed files
+1 -1
appview
pages
templates
repo
pulls
+1 -1
appview/pages/templates/repo/pulls/pulls.html
··· 7 7 href="?state=open" 8 8 class="flex items-center gap-2 {{ if .FilteringBy.IsOpen }}font-bold {{ else }}text-gray-500 dark:text-gray-400{{ end }}" 9 9 > 10 - {{ i "circle-dot" "w-4 h-4" }} 10 + {{ i "git-pull-request" "w-4 h-4" }} 11 11 <span>{{ .RepoInfo.Stats.PullCount.Open }} open</span> 12 12 </a> 13 13 <a