From c3472dd395dbe613b1d94a11e9da26eaa0953967 Mon Sep 17 00:00:00 2001 From: silverwind Date: Thu, 30 Oct 2025 18:25:53 +0100 Subject: [PATCH] Fix file extension on gogs.png (#35793) 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`. --- 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"}}