Skip to content

Commit

Permalink
Merge pull request #51 from MuNuChapterHKN/closing-application
Browse files Browse the repository at this point in the history
Closed application
  • Loading branch information
antox01 authored Oct 16, 2024
2 parents 10943e1 + 0760ea1 commit 43d0b4f
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 43d0b4f

Please sign in to comment.