From 60790fe16dca617d5a576f271416ee3c65321782 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 4 Dec 2025 22:11:32 +0100 Subject: [PATCH] remove empty alt attribute --- templates/repo/icon.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/repo/icon.tmpl b/templates/repo/icon.tmpl index eaffd32332..ebdfde1075 100644 --- a/templates/repo/icon.tmpl +++ b/templates/repo/icon.tmpl @@ -10,7 +10,7 @@ {{if .ShowRepoOwnerAvatar}} {{ctx.AvatarUtils.Avatar .Repo.Owner $size}} {{else if and $avatarLink .ShowRepoAvatar}} - + {{else if .Repo.IsMirror}} {{svg "octicon-mirror" $size}} {{else if .Repo.IsFork}}