Skip to content

Commit d253e20

Browse files
GiteaBotsilverwind
andauthored
Fix file extension on gogs.png (#35793) (#35799)
Backport #35793 by @silverwind During #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 <[email protected]>
1 parent e194d89 commit d253e20

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

templates/shared/webhook/icon.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
{{if eq .HookType "gitea"}}
66
{{svg "gitea-gitea" $size "img"}}
77
{{else if eq .HookType "gogs"}}
8-
<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/gogs.ico">
8+
<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/gogs.png">
99
{{else if eq .HookType "slack"}}
1010
<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/slack.png">
1111
{{else if eq .HookType "discord"}}

0 commit comments

Comments
 (0)