mobile menu -mission spelling and Tree planting name change fixed
This commit is contained in:
parent
5385e84ab8
commit
8f37503d5e
@ -63,7 +63,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
|
||||
<Link href="/about" className="hash-nav">About </Link>
|
||||
<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/mission" className="hash-nav">Misssion</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/constitution" className="hash-nav">Constitution</Link></li>
|
||||
<li className="hash-has-sub"><Link href="/about/committee" className="hash-nav">Committee</Link></li>
|
||||
</ul>
|
||||
|
||||
@ -4778,11 +4778,11 @@ export const events = [
|
||||
id: 4,
|
||||
slug: "tree-planting-fall-2025",
|
||||
date: "Will be announced by City",
|
||||
title: "Tree Planting (Fall 2025)",
|
||||
title: "Fall 2026",
|
||||
image: "/assets/img/event/upcoming-event/tree-planting.webp",
|
||||
link: "/upcoming-event/tree-planting-fall-2025",
|
||||
url: "/upcoming-event/tree-planting-fall-2025",
|
||||
desc: "Tree Planting details will be announced by the City. More details will be updated soon.",
|
||||
link: "/upcoming-event/fall-2026",
|
||||
url: "/upcoming-event/fall-2026",
|
||||
desc: "Fall 2026 details will be announced by the City. More details will be updated soon.",
|
||||
btnText: "Details Coming Soon"
|
||||
},
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user