Skip to content

Commit

Permalink
chore: use octicon-mirror for feeds display (#13928)
Browse files Browse the repository at this point in the history
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
  • Loading branch information
BLumia and techknowlogick authored Dec 10, 2020
1 parent d0043ff commit c11cf4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/templates/helper.go
Original file line number Diff line number Diff line change
Expand Up @@ -787,7 +787,7 @@ func ActionIcon(opType models.ActionType) string {
case models.ActionReopenIssue, models.ActionReopenPullRequest:
return "issue-reopened"
case models.ActionMirrorSyncPush, models.ActionMirrorSyncCreate, models.ActionMirrorSyncDelete:
return "repo-clone"
return "mirror"
case models.ActionApprovePullRequest:
return "check"
case models.ActionRejectPullRequest:
Expand Down

0 comments on commit c11cf4b

Please sign in to comment.