Skip to content

Commit 442e3ab

Browse files
update template
1 parent 455883d commit 442e3ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/shared/webhook/icon.tmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{{else if eq .HookType "msteams"}}
1818
<img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/msteams.png">
1919
{{else if eq .HookType "feishu"}}
20-
<img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/feishu.png">
20+
{{svg "gitea-feishu" $size "img"}}
2121
{{else if eq .HookType "matrix"}}
2222
{{svg "gitea-matrix" $size "img"}}
2323
{{else if eq .HookType "wechatwork"}}

0 commit comments

Comments
 (0)