Update site logo

This commit is contained in:
Ategon 2025-01-19 17:54:50 -05:00
parent eb58c6c65a
commit 8c611cbb86
6 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

(image error) Size: 1.1 MiB

Binary file not shown.

Before

(image error) Size: 25 KiB

Binary file not shown.

Before

(image error) Size: 25 KiB

Binary file not shown.

After

(image error) Size: 24 KiB

View file

@ -75,7 +75,7 @@ export default function MobileNavbar() {
> >
<Image <Image
as={NextImage} as={NextImage}
src="/images/d2jam.png" src="/images/hereyougopomo.png"
className="min-w-[70px]" className="min-w-[70px]"
alt="Dare2Jam logo" alt="Dare2Jam logo"
width={70} width={70}

View file

@ -95,11 +95,11 @@ export default function PCNavbar() {
> >
<Image <Image
as={NextImage} as={NextImage}
src="/images/d2jam.png" src="/images/hereyougopomo.png"
className="min-w-[70px]" className="min-w-[70px]"
alt="Dare2Jam logo" alt="Dare2Jam logo"
width={70} width={70}
height={59.7} height={70}
/> />
</Link> </Link>
</NavbarBrand> </NavbarBrand>