Skip to content

Commit 3102c04

Browse files
authored
Fix issue close timeline icon (#36138)
Previously there was a icon mismatch between a issue's label and the timeline close event icon
1 parent 3e57ba5 commit 3102c04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/repo/issue/view_content/comments.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
</div>
9797
{{else if eq .Type 2}}
9898
<div class="timeline-item event" id="{{.HashTag}}">
99-
<span class="badge tw-bg-red tw-text-white">{{svg "octicon-circle-slash"}}</span>
99+
<span class="badge tw-bg-red tw-text-white">{{svg "octicon-issue-closed"}}</span>
100100
{{if not .OriginalAuthor}}
101101
{{template "shared/user/avatarlink" dict "user" .Poster}}
102102
{{end}}

0 commit comments

Comments
 (0)