Moved to svg

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

View file

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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1 KiB

5
public/logo.svg Normal file

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 113 KiB