1
1
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-14 07:41:21 +01:00

Update feishu icon (#33470)

This commit is contained in:
Typed SIGTERM 2025-02-01 22:08:32 +08:00 committed by GitHub
parent 040c830dec
commit 47bf836310
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 3 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.0 KiB

@ -17,7 +17,7 @@
{{else if eq .HookType "msteams"}}
<img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/msteams.png">
{{else if eq .HookType "feishu"}}
<img width="{{$size}}" height="{{$size}}" src="{{AssetUrlPrefix}}/img/feishu.png">
{{svg "gitea-feishu" $size "img"}}
{{else if eq .HookType "matrix"}}
{{svg "gitea-matrix" $size "img"}}
{{else if eq .HookType "wechatwork"}}

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 2.2 KiB