Skip to content

Commit c3472dd

Browse files
authored
Fix file extension on gogs.png (go-gitea#35793)
During go-gitea#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`.
1 parent 8b290b8 commit c3472dd

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)