fixed svg logo not being served

This commit is contained in:
Mia Rose Winter 2024-02-02 16:51:49 +01:00
parent a8f8c33793
commit 65383cf063
Signed by: miawinter
GPG key ID: 4B6F6A83178F595E

View file

@ -7,8 +7,8 @@
} else {
<picture>
<source type="image/jxl" srcset="img/logo.jxl" />
<source type="image/svg+xml" srcset="img/logo.svg" />
<source type="image/webp" srcset="img/logo.webp" />
<source type="image/svg+xml" scrset="img/logo.svg" />
<img class="max-h-full object-contain object-left" src="img/logo.png" alt="Wave" />
</picture>
}