Skip to content

Commit 47bf836

Browse files
Update feishu icon (#33470)
1 parent 040c830 commit 47bf836

File tree

4 files changed

+3
-1
lines changed

4 files changed

+3
-1
lines changed

public/assets/img/feishu.png

-1.94 KB
Binary file not shown.

public/assets/img/svg/gitea-feishu.svg

Lines changed: 1 addition & 0 deletions
Loading

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"}}

web_src/svg/gitea-feishu.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)