Rename "News" to "Events" in nav and footer menus
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
adc4c87703
commit
e37a97a9e1
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ const quickLinks = [
|
|||
{ label: "Support Us", href: "/support-us" },
|
||||
{ label: "Volunteer Application", href: "/volunteer-application" },
|
||||
{ label: "Participant Application", href: "/participant-application" },
|
||||
{ label: "News", href: "/events" },
|
||||
{ label: "Events", href: "/events" },
|
||||
{ label: "Contact Us", href: "/contact" },
|
||||
{ label: "Accessibility", href: "/accessibility" },
|
||||
{ label: "Privacy", href: "/privacy" },
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
export const navigationItems = [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "News", href: "/events" },
|
||||
{ label: "Events", href: "/events" },
|
||||
{ label: "Support Us", href: "/support-us" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue