From 91433db9314a56bb50a88361771779b9552407a5 Mon Sep 17 00:00:00 2001 From: Corinne Z Date: Wed, 1 Apr 2026 23:55:50 +1100 Subject: [PATCH 1/2] Remove componenets of the join us page --- components/JoinUsGrid.tsx | 2 +- pages/join-us.tsx | 76 ++++----------------------------------- 2 files changed, 7 insertions(+), 71 deletions(-) diff --git a/components/JoinUsGrid.tsx b/components/JoinUsGrid.tsx index fb63e87..74255c6 100644 --- a/components/JoinUsGrid.tsx +++ b/components/JoinUsGrid.tsx @@ -24,7 +24,7 @@ const portfolios = [ { key: 'publications', label: 'Publications', desc: publicationsDescription, styleId: styles.publications }, { key: 'socials', label: 'Socials', desc: socialsDescription, styleId: styles.socials }, { key: 'spons', label: 'Sponsorships', desc: sponsDescription, styleId: styles.spons }, - { key: 'education', label: 'Education', desc: eduDescription, styleId: styles.education }, + { key: 'education', label: 'Workshops', desc: eduDescription, styleId: styles.education }, ]; const PortfolioGrid = () => { diff --git a/pages/join-us.tsx b/pages/join-us.tsx index 101e5e9..a1b2187 100644 --- a/pages/join-us.tsx +++ b/pages/join-us.tsx @@ -45,84 +45,20 @@ const JoinUs = () => { title="Join Us" imageLoading={setHeaderLoading} /> - {/* Start of connect with us */} -

Connect with us

-
-
-
- {Object.keys(socials).map((social, index) => { - return ( - -
{social}
- - } - > - - {social} - -
- ); - })} -
-
-
- {!hideSpinner ? ( - - ) : null} -