New Monitor logo cr. George Weston
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 657 B After Width: | Height: | Size: 869 B |
|
Before Width: | Height: | Size: 1.5 KiB After Width: | Height: | Size: 2.1 KiB |
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 37 KiB After Width: | Height: | Size: 33 KiB |
BIN
frontend/public/monitor-circle.png
Normal file
|
After Width: | Height: | Size: 142 KiB |
@@ -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>
|
||||
|
||||