From d253e2055bc08b31ee50b5279571da05e5e72672 Mon Sep 17 00:00:00 2001 From: Giteabot Date: Fri, 31 Oct 2025 10:33:27 +0800 Subject: [PATCH] Fix file extension on gogs.png (#35793) (#35799) Backport #35793 by @silverwind During https://github.com/go-gitea/gitea/issues/35790, it was noticed that this PNG image had the wrong file extension. I also verified `dingtalk.ico` and that one is actually an `.ico`. Co-authored-by: silverwind --- public/assets/img/{gogs.ico => gogs.png} | Bin templates/shared/webhook/icon.tmpl | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename public/assets/img/{gogs.ico => gogs.png} (100%) diff --git a/public/assets/img/gogs.ico b/public/assets/img/gogs.png similarity index 100% rename from public/assets/img/gogs.ico rename to public/assets/img/gogs.png diff --git a/templates/shared/webhook/icon.tmpl b/templates/shared/webhook/icon.tmpl index 105212eb56..c7fb9813ab 100644 --- a/templates/shared/webhook/icon.tmpl +++ b/templates/shared/webhook/icon.tmpl @@ -5,7 +5,7 @@ {{if eq .HookType "gitea"}} {{svg "gitea-gitea" $size "img"}} {{else if eq .HookType "gogs"}} - + {{else if eq .HookType "slack"}} {{else if eq .HookType "discord"}}