Skip to content

Commit

Permalink
project member applications go live (#454)
Browse files Browse the repository at this point in the history
* Eni caught a grammar error in Launch night description (#451)

Eni caught a grammar error in Launch description

* Made F23 project member app. live (#453)

Signed-off-by: Sahitiakella <sahiti.akella@gmail.com>

---------

Signed-off-by: Sahitiakella <sahiti.akella@gmail.com>
Co-authored-by: IsaiahA21 <76446914+IsaiahA21@users.noreply.github.com>
Co-authored-by: Sahiti Akella <63627104+Sahitiakella@users.noreply.github.com>
  • Loading branch information
3 people authored Sep 23, 2023
1 parent b649e58 commit 0edcee2
Showing 1 changed file with 10 additions and 10 deletions.
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

0 comments on commit 0edcee2

Please sign in to comment.