From db4acd864f6430735ac4f7073e4daac4e533ea39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1s=20Warynyca?=
 <41587659+tomaswarynyca@users.noreply.github.com>
Date: Mon, 12 Apr 2021 04:17:57 -0300
Subject: [PATCH] fix dingtalk icon url (#15417)

---
 templates/org/settings/hook_new.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/org/settings/hook_new.tmpl b/templates/org/settings/hook_new.tmpl
index e3b4250679..c15d850e00 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"}}