Switched hero image to webp

This commit is contained in:
Alex Tran 2022-11-05 20:42:26 -05:00
parent b5751a3fa8
commit bbe820d797
4 changed files with 9 additions and 28 deletions

View file

@ -42,7 +42,7 @@ function HomepageHeader() {
</div>
</div>
<img src="/img/immich-screenshots.png" alt="logo" />
<img src="/img/immich-screenshots.webp" alt="logo" />
</div>
</header>
);