From 0a0c8dcedffb2acddfa2e7423459a12ee0ea5b78 Mon Sep 17 00:00:00 2001 From: CirnoT <1447794+CirnoT@users.noreply.github.com> Date: Sun, 17 May 2020 01:03:36 +0200 Subject: [PATCH] Fix lock icon alignment on repo list --- templates/explore/repo_list.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/explore/repo_list.tmpl b/templates/explore/repo_list.tmpl index 42e8d1f662d53..4d443fecfc90d 100644 --- a/templates/explore/repo_list.tmpl +++ b/templates/explore/repo_list.tmpl @@ -17,7 +17,7 @@ {{svg "octicon-repo-clone" 16}} {{else if .Owner}} {{if .Owner.Visibility.IsPrivate}} - {{svg "octicon-lock" 16}} + {{svg "octicon-lock" 16}} {{end}} {{end}}