add lizard logo / favicon

This commit is contained in:
mbecker20
2024-05-19 02:20:43 -07:00
parent 6b25309aed
commit da95b7d074
8 changed files with 9 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 561 B

After

Width:  |  Height:  |  Size: 657 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

After

Width:  |  Height:  |  Size: 37 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

View File

@@ -66,7 +66,11 @@ export const Topbar = () => {
<div className="sticky top-0 h-[70px] border-b z-50 w-full bg-card text-card-foreground shadow flex items-center">
<div className="w-full p-4 grid grid-cols-2 lg:grid-cols-3">
<div className="flex items-center gap-4 justify-self-start w-fit">
<Link to={"/"} className="text-2xl tracking-widest lg:mx-8">
<Link
to={"/"}
className="flex gap-3 items-start text-2xl tracking-widest lg:mx-2"
>
<img src="/monitor-lizard.png" className="w-9 h-7 dark:invert" />
MONITOR
</Link>
<div className="flex gap-2">
@@ -74,7 +78,10 @@ export const Topbar = () => {
<SecondaryDropdown />
</div>
</div>
<OmniSearch setOpen={setOmniOpen} className="hidden lg:flex justify-self-center" />
<OmniSearch
setOpen={setOmniOpen}
className="hidden lg:flex justify-self-center"
/>
<div className="flex md:gap-2 justify-self-end items-center">
<OmniSearch setOpen={setOmniOpen} className="lg:hidden" />
<WsStatusIndicator />