Diffstat (limited to 'themed/index.html')
| -rw-r--r-- | themed/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themed/index.html b/themed/index.html index faee488..9b2c809 100644 --- a/themed/index.html +++ b/themed/index.html @@ -6,7 +6,7 @@ <header class="bg-[#262F3F] border-b border-[#333A45]"> {# Repo header #} <div class="pl-2 max-w-7xl mx-auto py-4 flex gap-x-1 items-center"> - <a href="{{ cgit_rooturl()|attr }}"><img width="40px" height="40px" src="/favicon.ico"></img></a> + <a href="{{ cgit_rooturl()|attr }}"><img width="40px" height="40px" src="/favicon.svg" type="image/svg"></img></a> <a href="{{ cgit_rooturl()|attr }}" class="text-4xl text-[#CCCAC2] hover:text-[#73D0FF] hover:underline"> {{ ctx.cfg.root_title }} </a> |