Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Made F23 project member app. live #453

Merged
merged 1 commit into from
Sep 22, 2023
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
20 changes: 10 additions & 10 deletions src/pages/ApplyPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,14 +84,14 @@ const ApplyPage = () => {
creativity, make awesome connections, and grow as a professional!
</p>
</div>
<div style={{display: "flex", justifyContent: "center"}}>
<HoverButton
mode={ButtonMode.DARK}
glowOnHover={false}
link={"https://linktr.ee/techstartuofc"}
text={"Check out our Link Tree!"}
linkIsInternal={false}
/>
<div style={{ display: "flex", justifyContent: "center" }}>
<HoverButton
mode={ButtonMode.DARK}
glowOnHover={false}
link={"https://linktr.ee/techstartuofc"}
text={"Check out our Link Tree!"}
linkIsInternal={false}
/>
</div>
</div>
</div>
Expand Down Expand Up @@ -251,9 +251,9 @@ const ApplyPage = () => {
role="Project Member"
description="Work and grow as a developer, business strategist, or designer.
Collaborate with team members on various platforms to build an exciting project for 1 academic year."
statusIsOpen={false}
statusIsOpen={true}
closedStatus="Opens Fall 2023"
applicationLink="https://forms.gle/yxVK3NRCyTjn1TxQ7"
applicationLink="https://forms.gle/Su73KRH6e5XF9BFd6"
deadline=""
/>

Expand Down
Loading