We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e194d89 commit fce4d54Copy full SHA for fce4d54
public/assets/img/gogs.ico renamed to public/assets/img/gogs.png
templates/shared/webhook/icon.tmpl
@@ -5,7 +5,7 @@
5
{{if eq .HookType "gitea"}}
6
{{svg "gitea-gitea" $size "img"}}
7
{{else if eq .HookType "gogs"}}
8
- <img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/gogs.ico">
+ <img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/gogs.png">
9
{{else if eq .HookType "slack"}}
10
<img alt width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/slack.png">
11
{{else if eq .HookType "discord"}}
0 commit comments