diff options
author | Kyle D <kdumontnu@gmail.com> | 2020-12-18 20:17:27 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 20:17:27 -0500 |
commit | 4cd94e3689b256b6578da3c35ad52872bcea634f (patch) | |
tree | 2ae79e1fdd9ab1a11f9d361daef719f1a60fb84f /templates/admin/hook_new.tmpl | |
parent | e25e7b9598241947e83977b3ea6f8349cfdaa050 (diff) | |
download | gitea-4cd94e3689b256b6578da3c35ad52872bcea634f.tar.gz gitea-4cd94e3689b256b6578da3c35ad52872bcea634f.zip |
gitea png to logo (#13974)
* gitea png to logo.svg
* gitea safari svg to logo
* minify svgs
* Update english docs
* Update missing section on customizing logo
Diffstat (limited to 'templates/admin/hook_new.tmpl')
-rw-r--r-- | templates/admin/hook_new.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/admin/hook_new.tmpl b/templates/admin/hook_new.tmpl index dabd568f93..c6f02ee20e 100644 --- a/templates/admin/hook_new.tmpl +++ b/templates/admin/hook_new.tmpl @@ -11,7 +11,7 @@ {{end}} <div class="ui right"> {{if eq .HookType "gitea"}} - <img width="26" height="26" src="{{StaticUrlPrefix}}/img/gitea-sm.png"> + <img width="26" height="26" src="{{StaticUrlPrefix}}/img/gitea.svg"> {{else if eq .HookType "gogs"}} <img width="26" height="26" src="{{StaticUrlPrefix}}/img/gogs.ico"> {{else if eq .HookType "slack"}} |