From a9b6824efa468aeac21fa041567d204f8e7694fe Mon Sep 17 00:00:00 2001 From: Emily Neighbour Date: Mon, 28 Apr 2025 12:32:49 +0100 Subject: [PATCH] alphabetical orfer change --- src/components/navbar.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 0e74c25..93ac50b 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -45,7 +45,7 @@ function NavbarButton({ name, href, dropdownItems }: { name: string; href: strin export default function Navbar() { const navOptions = useMemo(() => ["Earthquakes", "Observatories", "Warehouse", "Shop"], []); // const navOptions = useMemo(() => ["Earthquakes"], []); - const aboutDropdown = ["Our Mission", "The Team", "Contact Us"]; + const aboutDropdown = ["Contact Us", "Our Mission", "The Team"]; // { label: "Our Mission", path: "/our-mission" }, // { label: "The Team", path: "/the-team" }, // { label: "Contact Us", path: "/contact-us" }]