Compare commits

..

No commits in common. "3b0b2bec7cc569430977fe23a8fd98d37389d0c6" and "5385e84ab8ab21c72466e470fbec06d1f4e8042e" have entirely different histories.

2 changed files with 6 additions and 6 deletions

View File

@ -63,7 +63,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
<Link href="/about" className="hash-nav">About </Link> <Link href="/about" className="hash-nav">About </Link>
<ul className={`sub-menu ${isAccordion == 1 ? "open-sub" : ""}`} style={{ display: `${isAccordion == 1 ? "block" : "none"}` }}> <ul className={`sub-menu ${isAccordion == 1 ? "open-sub" : ""}`} style={{ display: `${isAccordion == 1 ? "block" : "none"}` }}>
<li className="hash-has-sub"><Link href="/about/association" className="hash-nav">Association</Link></li> <li className="hash-has-sub"><Link href="/about/association" className="hash-nav">Association</Link></li>
<li className="hash-has-sub"><Link href="/about/mission" className="hash-nav">Mission</Link></li> <li className="hash-has-sub"><Link href="/about/mission" className="hash-nav">Misssion</Link></li>
<li className="hash-has-sub"><Link href="/about/constitution" className="hash-nav">Constitution</Link></li> <li className="hash-has-sub"><Link href="/about/constitution" className="hash-nav">Constitution</Link></li>
<li className="hash-has-sub"><Link href="/about/committee" className="hash-nav">Committee</Link></li> <li className="hash-has-sub"><Link href="/about/committee" className="hash-nav">Committee</Link></li>
</ul> </ul>

View File

@ -4776,13 +4776,13 @@ export const events = [
}, },
{ {
id: 4, id: 4,
slug: "fall-2026", slug: "tree-planting-fall-2025",
date: "Will be announced by City", date: "Will be announced by City",
title: "Fall 2026", title: "Tree Planting (Fall 2025)",
image: "/assets/img/event/upcoming-event/tree-planting.webp", image: "/assets/img/event/upcoming-event/tree-planting.webp",
link: "/upcoming-event/fall-2026", link: "/upcoming-event/tree-planting-fall-2025",
url: "/upcoming-event/fall-2026", url: "/upcoming-event/tree-planting-fall-2025",
desc: "Fall 2026 details will be announced by the City. More details will be updated soon.", desc: "Tree Planting details will be announced by the City. More details will be updated soon.",
btnText: "Details Coming Soon" btnText: "Details Coming Soon"
}, },
{ {