komodo-logo

This commit is contained in:
mbecker20
2025-03-12 22:21:05 -04:00
parent a19f2afc74
commit b03a4db3ce
3 changed files with 1 additions and 1 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 193 KiB

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

+1 -1
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>