Skip to content

Commit db4acd8

Browse files
authoredApr 12, 2021
fix dingtalk icon url (#15417)
1 parent d42509a commit db4acd8

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)
Please sign in to comment.