Skip to content

Commit

Permalink
Closed application
Browse files Browse the repository at this point in the history
  • Loading branch information
antox01 committed Oct 16, 2024
1 parent 10943e1 commit 0760ea1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/JoinUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import Layout from "../components/Layout";
import styles from "@/styles/JoinUs/JoinUs.module.scss";
import SubmissionForm from "@/components/JoinUs/SubmissionForm";

const JoinUsEnabled = true;
const JoinUsEnabled = false;

export default function JoinUs() {

Expand Down Expand Up @@ -175,7 +175,7 @@ export default function JoinUs() {
:
<div className={styles.disabledJoinUs}>
<div className={styles.disabledJoinUs__text}>Applications are currently closed</div>
<div className={styles.disabledJoinUs__text}>The applications for Fall 2024 will reopen starting from October 1st
<div className={styles.disabledJoinUs__text}>Come back at the beginning of the next semester!
</div>
</div>
}
Expand Down

0 comments on commit 0760ea1

Please sign in to comment.