diff --git a/src/components/footer.js b/src/components/footer.js
index e54b785..37827de 100644
--- a/src/components/footer.js
+++ b/src/components/footer.js
@@ -114,7 +114,7 @@ export default function Footer() {
©
{" "}
- 2021 Nova for Good
+ 2022 Nova for Good
@@ -135,7 +135,7 @@ export default function Footer() {
{/* Last updated {month} {date}
{nth(date)}, {year} */}
- Last updated August 15th, 2021
+ Last updated February 22th, 2022
diff --git a/src/pages/join.js b/src/pages/join.js
index ffe8869..bbed8ce 100644
--- a/src/pages/join.js
+++ b/src/pages/join.js
@@ -195,13 +195,15 @@ const Recruitment = ({ data }) => {
- {/*
+
Recruitment
- Thanks for your interest in Nova! We will be recruiting again in{" "}
- Fall 2021! Please fill out this{" "}
+ Thanks for your interest in Nova! We appreciate you checking out our
+ website and the work that we do. Fall 2021 recruitment is now
+ closed, but please check back later for further updates! Please fill
+ out this{" "}
{
{" "}
to receive updates on upcoming recruitment events!
- */}
-
-
- Fall 2021 Recruitment
-
-
- This fall, Nova is looking for innovators and creators who are
- passionate about harnessing technology for good to join our family!
-
-
- Links
-
-
-
-
- Application
- {" "}
- —{" "}
-
- Due: Friday, 10/1 at 11:59pm PST!
-
-
-
-
-
-
- Infosession Facebook Event
- {" "}
- — Don't miss out on our infosessions, as we will have super
- special guests from nonprofits to talk about our projects!{" "}
-
- Dates: Sunday 9/26 from 5-6PM, Tuesday 9/28 from 8-9PM
-
-
-
-
-
- Infosession RSVP
-
-
-
-
-
-
- Instagram
- {" "}
- — We will be posting daily updates here during recruitment. Follow
- us!
-
-
-
- Ongoing Projects
-
- Here's a glimpse at our current projects:
-
-
- {projectsData
- .filter((node) => !node.featured && node.inProgress)
- .sort((a, b) => (a.name < b.name ? 1 : -1))
- .map((node, i) => (
- {
- // if (selectedDropdown === i) setSelectedDropdown(-1);
- // else setSelectedDropdown(i);
- // }}
- />
- ))}
-