alphabetical orfer change
This commit is contained in:
parent
a738260c0a
commit
a9b6824efa
@ -45,7 +45,7 @@ function NavbarButton({ name, href, dropdownItems }: { name: string; href: strin
|
|||||||
export default function Navbar() {
|
export default function Navbar() {
|
||||||
const navOptions = useMemo(() => ["Earthquakes", "Observatories", "Warehouse", "Shop"], []);
|
const navOptions = useMemo(() => ["Earthquakes", "Observatories", "Warehouse", "Shop"], []);
|
||||||
// const navOptions = useMemo(() => ["Earthquakes"], []);
|
// 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: "Our Mission", path: "/our-mission" },
|
||||||
// { label: "The Team", path: "/the-team" },
|
// { label: "The Team", path: "/the-team" },
|
||||||
// { label: "Contact Us", path: "/contact-us" }]
|
// { label: "Contact Us", path: "/contact-us" }]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user