Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/pages/ApplyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -261,19 +261,19 @@ const ApplyPage = () => {
role="Project Manager"
description="Manage a project for 1 year and lead a team of 6-9
project members to create complex projects."
statusIsOpen={false}
closedStatus="APPLICATIONS CLOSED"
applicationLink="https://forms.gle/sXrtiz5PQCLdwK6N7"
statusIsOpen={true}
closedStatus="APPLY NOW!"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLSfMIg4mGSg-Ag2oY94NTcZsj6Fsm72EZsNuCmUnBm79vZMt3g/viewform"
deadline=""
/>

<ApplySection
role="Executive Team"
description="Work behind the scenes for 1 academic year to organize project teams, run
workshops and events, and grow our club culture. Be a visionary that helps this club fulfill its goals!"
statusIsOpen={false}
closedStatus="APPLICATIONS CLOSED"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLSdaqiGpPQ5z7221SB61eMFLrS4Vb1ZLuQRD-_fZ71e-E5m1Gw/viewform"
statusIsOpen={true}
closedStatus="APPLY NOW!"
applicationLink="https://docs.google.com/forms/d/e/1FAIpQLSfCVh6kmyzIEJ19_VaoP3UC-a6E-l56G_XQM2ox9Sjd06FtiQ/viewform"
deadline=""
/>
</ul>
Expand Down
Loading