Skip to content

Commit dbe5391

Browse files
committed
Fix file extension on gogs.png
1 parent 8b290b8 commit dbe5391

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)