Moved to svg
This commit is contained in:
parent
faf8fb88fa
commit
8461d80130
3 changed files with 8 additions and 3 deletions
|
@ -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
5
public/logo.svg
Normal file
File diff suppressed because one or more lines are too long
After Width: | Height: | Size: 113 KiB |
Loading…
Add table
Reference in a new issue