diff options
Diffstat (limited to 'templates/explore/repo_list.tmpl')
-rw-r--r-- | templates/explore/repo_list.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 97495e16b7..35a8b3948c 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -29,7 +29,7 @@ {{if .IsFork}} <span class="middle">{{svg "octicon-repo-forked" 16}}</span> {{else if .IsMirror}} - <span class="middle">{{svg "octicon-repo-clone" 16}}</span> + <span class="middle">{{svg "octicon-mirror" 16}}</span> {{end}} <div class="ui right metas"> {{if .PrimaryLanguage }} |