diff --git a/templates/org/settings/hook_new.tmpl b/templates/org/settings/hook_new.tmpl index e3b42506794..c15d850e00b 100644 --- a/templates/org/settings/hook_new.tmpl +++ b/templates/org/settings/hook_new.tmpl @@ -18,7 +18,7 @@ {{else if eq .HookType "discord"}} <img width="26" height="26" src="{{StaticUrlPrefix}}/img/discord.png"> {{else if eq .HookType "dingtalk"}} - <img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.png"> + <img width="26" height="26" src="{{StaticUrlPrefix}}/img/dingtalk.ico"> {{else if eq .HookType "telegram"}} <img width="26" height="26" src="{{StaticUrlPrefix}}/img/telegram.png"> {{else if eq .HookType "msteams"}}