mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Update site logo
This commit is contained in:
parent
eb58c6c65a
commit
8c611cbb86
6 changed files with 3 additions and 3 deletions
public/images
src/components/navbar
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 |
BIN
public/images/hereyougopomo.png
Normal file
BIN
public/images/hereyougopomo.png
Normal file
Binary file not shown.
After ![]() (image error) Size: 24 KiB |
|
@ -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}
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue