logo png -> webp

This commit is contained in:
m5r
2022-07-14 00:18:49 +02:00
parent ecf3339794
commit f6d73a663c
3 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
export default function Logo() {
return <img className="w-10 h-10" src="/shellphone.png" alt="Shellphone logo" />;
return <img className="w-10 h-10" src="/shellphone.webp" alt="Shellphone logo" />;
}