We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a7349 commit 5a4729dCopy full SHA for 5a4729d
templates/org/settings/hook_new.tmpl
@@ -18,7 +18,7 @@
18
{{else if eq .HookType "discord"}}
19
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/discord.png">
20
{{else if eq .HookType "dingtalk"}}
21
- <img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.png">
+ <img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.ico">
22
{{else if eq .HookType "telegram"}}
23
<img width="26" height="26" src="{{StaticUrlPrefix}}/img/telegram.png">
24
{{else if eq .HookType "msteams"}}
0 commit comments