New Monitor logo cr. George Weston

This commit is contained in:
mbecker20
2024-06-09 18:38:58 -07:00
parent fbd9d14aaa
commit 6c46993b61
8 changed files with 7 additions and 2 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 B

After

Width:  |  Height:  |  Size: 869 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

After

Width:  |  Height:  |  Size: 2.1 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: 14 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 37 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 KiB

View File

@@ -72,11 +72,16 @@ export const Topbar = () => {
<div className="flex items-center gap-4 justify-self-start w-fit">
<Link
to={"/"}
className="flex gap-3 items-start text-2xl tracking-widest lg:mx-2"
// className="flex gap-3 items-start text-2xl tracking-widest lg:mx-2"
className="flex gap-3 items-center text-2xl tracking-widest lg:mx-2"
>
<img
{/* <img
src="/monitor-lizard.png"
className="w-9 h-7 dark:invert hidden lg:block"
/> */}
<img
src="/monitor-circle.png"
className="w-[28px] dark:invert hidden lg:block"
/>
MONITOR
</Link>