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 455883d commit 442e3abCopy full SHA for 442e3ab
templates/shared/webhook/icon.tmpl
@@ -17,7 +17,7 @@
17
{{else if eq .HookType "msteams"}}
18
<img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/msteams.png">
19
{{else if eq .HookType "feishu"}}
20
- <img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/feishu.png">
+ {{svg "gitea-feishu" $size "img"}}
21
{{else if eq .HookType "matrix"}}
22
{{svg "gitea-matrix" $size "img"}}
23
{{else if eq .HookType "wechatwork"}}
0 commit comments