Image optimization
This commit is contained in:
parent
ab438c01de
commit
faf8fb88fa
3 changed files with 3 additions and 3 deletions
|
@ -41,10 +41,10 @@ const Navbar = ({ title }: NavbarProps) => {
|
|||
>
|
||||
<img
|
||||
className="md:mr-2"
|
||||
src="/logo-32x32.webp"
|
||||
src="/logo-48.webp"
|
||||
alt="Nav Logo"
|
||||
width={32}
|
||||
height={32}
|
||||
width={48}
|
||||
height={48}
|
||||
/>
|
||||
<span className="hidden md:inline-flex">{title}</span>
|
||||
</Link>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 630 B |
BIN
public/logo-48.webp
Normal file
BIN
public/logo-48.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 1 KiB |
Loading…
Add table
Reference in a new issue