Skip to content

Commit 5a4729d

Browse files
fix dingtalk icon url (#15426)
Co-authored-by: techknowlogick <[email protected]>
1 parent 88a7349 commit 5a4729d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/org/settings/hook_new.tmpl

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
{{else if eq .HookType "discord"}}
1919
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/discord.png">
2020
{{else if eq .HookType "dingtalk"}}
21-
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.png">
21+
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.ico">
2222
{{else if eq .HookType "telegram"}}
2323
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/telegram.png">
2424
{{else if eq .HookType "msteams"}}

0 commit comments

Comments
 (0)