komodo-logo

This commit is contained in:
mbecker20
2025-01-18 13:00:53 -08:00
parent 712270d281
commit 7486e7466b
3 changed files with 1 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

View File

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

View File

@@ -54,7 +54,7 @@ export const Topbar = () => {
to="/"
className="flex gap-3 items-center text-2xl tracking-widest md:mx-2"
>
<img src="/greengrey-outline.svg" className="w-[32px]" />
<img src="/komodo-logo.svg" className="w-[32px]" />
<div className="hidden lg:block">KOMODO</div>
</Link>