aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorTomás Warynyca <41587659+tomaswarynyca@users.noreply.github.com>2021-04-12 12:10:49 -0300
committerGitHub <noreply@github.com>2021-04-12 11:10:49 -0400
commit5a4729d5e21c9b00a9d0fd1fe56142174ddc1c46 (patch)
tree5cd4da5611633ca82c447fffe64f873116dc98d9 /templates
parent88a7349375cc37d680577d1f222493f988b03653 (diff)
downloadgitea-5a4729d5e21c9b00a9d0fd1fe56142174ddc1c46.tar.gz
gitea-5a4729d5e21c9b00a9d0fd1fe56142174ddc1c46.zip
fix dingtalk icon url (#15426)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'templates')
-rw-r--r--templates/org/settings/hook_new.tmpl2
1 files changed, 1 insertions, 1 deletions
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"}}