Update media
Some checks failed
Deploy Frontend / docker (17, 3.8.5) (push) Failing after 19s

This commit is contained in:
Braydon 2024-04-20 13:43:14 -04:00
parent 8bda711215
commit f308456a4a
13 changed files with 3 additions and 3 deletions

@ -23,7 +23,7 @@
"rel": "icon",
"type": "image/png",
"sizes": "32x32",
"url": "/media/logo.webp"
"url": "/media/logo.png"
}
]
},

Binary file not shown.

Before

Width:  |  Height:  |  Size: 293 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 270 KiB

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 536 B

After

Width:  |  Height:  |  Size: 382 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 567 B

After

Width:  |  Height:  |  Size: 437 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 B

@ -25,7 +25,7 @@ const Footer = (): ReactElement => (
{/* Logo & Site Name */}
<div className="flex gap-7 items-center">
<Image
src="/media/logo.webp"
src="/media/logo.png"
alt="Site Logo"
width={56}
height={56}

@ -30,7 +30,7 @@ const Navbar = (): ReactElement => {
{/* Small Screens */}
<Image
className="lg:hidden"
src="/media/logo.webp"
src="/media/logo.png"
alt="Site Logo"
width={42}
height={42}