-
- {pathname === "/" ? (
- <>
-
- {socials.map(({ name, icons, link }) => (
-
-
-
- ))}
- >
- ) : (
-
-
-
-
Design at UCI
-
- )}
-
-
-
- Join
-
-
- Events
-
-
- Resources
-
-
- Merch
-
-
-
-
- About
-
-
- Contact
-
-
-
-
- {pathname === "/" ? (
- <>
-
- {socials.map(({ name, icons, link }) => (
-
-
-
- ))}
- >
- ) : (
-
-
-
-
Design at UCI
-
- )}
-
-
-
-
-
- {[
- { label: "Events", url: "/events" },
- { label: "Resources", url: "/resources" },
- { label: "About", url: "/about" },
- { label: "Contact", url: "/contact" },
- { label: "Merch", url: "/merch" },
- ].map(({ label, url }) => (
-
- {label}
-
- ))}
-
- Join
-
-
-