]> source.dussan.org Git - gitea.git/commitdiff
fix dingtalk icon url (#15417)
authorTomás Warynyca <41587659+tomaswarynyca@users.noreply.github.com>
Mon, 12 Apr 2021 07:17:57 +0000 (04:17 -0300)
committerGitHub <noreply@github.com>
Mon, 12 Apr 2021 07:17:57 +0000 (15:17 +0800)
templates/org/settings/hook_new.tmpl

index e3b425067946ab132a6b01d7b8642df7e19a473a..c15d850e00b2dd9cb64603eef12e5e90e6232023 100644 (file)
@@ -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"}}