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
Binary file not shown.
Before Width: | Height: | Size: 1.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
Binary file not shown.
Before Width: | Height: | Size: 25 KiB |
BIN
public/images/hereyougopomo.png
Normal file
BIN
public/images/hereyougopomo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
|
@ -75,7 +75,7 @@ export default function MobileNavbar() {
|
|||
>
|
||||
<Image
|
||||
as={NextImage}
|
||||
src="/images/d2jam.png"
|
||||
src="/images/hereyougopomo.png"
|
||||
className="min-w-[70px]"
|
||||
alt="Dare2Jam logo"
|
||||
width={70}
|
||||
|
|
|
@ -95,11 +95,11 @@ export default function PCNavbar() {
|
|||
>
|
||||
<Image
|
||||
as={NextImage}
|
||||
src="/images/d2jam.png"
|
||||
src="/images/hereyougopomo.png"
|
||||
className="min-w-[70px]"
|
||||
alt="Dare2Jam logo"
|
||||
width={70}
|
||||
height={59.7}
|
||||
height={70}
|
||||
/>
|
||||
</Link>
|
||||
</NavbarBrand>
|
||||
|
|
Loading…
Reference in a new issue