diff options
author | Tomás Warynyca <41587659+tomaswarynyca@users.noreply.github.com> | 2021-04-12 04:17:57 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-12 15:17:57 +0800 |
commit | db4acd864f6430735ac4f7073e4daac4e533ea39 (patch) | |
tree | d76cabe0a6c3aeb59f2f068a95d9c58c82118ac7 /templates/org/settings | |
parent | d42509a53449ba329db066ba234bc472ecd37b6e (diff) | |
download | gitea-db4acd864f6430735ac4f7073e4daac4e533ea39.tar.gz gitea-db4acd864f6430735ac4f7073e4daac4e533ea39.zip |
fix dingtalk icon url (#15417)
Diffstat (limited to 'templates/org/settings')
-rw-r--r-- | templates/org/settings/hook_new.tmpl | 2 |
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"}} |