Image optimization

This commit is contained in:
Atridad Lahiji 2024-04-02 23:31:52 -06:00
parent ab438c01de
commit faf8fb88fa
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -41,10 +41,10 @@ const Navbar = ({ title }: NavbarProps) => {
> >
<img <img
className="md:mr-2" className="md:mr-2"
src="/logo-32x32.webp" src="/logo-48.webp"
alt="Nav Logo" alt="Nav Logo"
width={32} width={48}
height={32} height={48}
/> />
<span className="hidden md:inline-flex">{title}</span> <span className="hidden md:inline-flex">{title}</span>
</Link> </Link>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 630 B

BIN
public/logo-48.webp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1 KiB