mirror of
https://github.com/Ategon/Jamjar.git
synced 2025-02-12 06:16:21 +00:00
Update icon to more polished version
This commit is contained in:
parent
2325d648d9
commit
743c217ab2
5 changed files with 2 additions and 2 deletions
BIN
public/images/D2J_Icon.png
Normal file
BIN
public/images/D2J_Icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
|
@ -75,7 +75,7 @@ export default function MobileNavbar() {
|
|||
>
|
||||
<Image
|
||||
as={NextImage}
|
||||
src="/images/hereyougopomo.png"
|
||||
src="/images/D2J_Icon.png"
|
||||
className="min-w-[70px]"
|
||||
alt="Dare2Jam logo"
|
||||
width={70}
|
||||
|
|
|
@ -95,7 +95,7 @@ export default function PCNavbar() {
|
|||
>
|
||||
<Image
|
||||
as={NextImage}
|
||||
src="/images/hereyougopomo.png"
|
||||
src="/images/D2J_Icon.png"
|
||||
className="min-w-[70px]"
|
||||
alt="Dare2Jam logo"
|
||||
width={70}
|
||||
|
|
Loading…
Reference in a new issue