From 153205fef0b5a713da792d495c35ce87acf315c0 Mon Sep 17 00:00:00 2001 From: Justin Yao Du Date: Tue, 17 Jan 2023 11:18:40 -0800 Subject: [PATCH] Remove recruitment message --- data/recruitment.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/recruitment.ts b/data/recruitment.ts index b3dd5313..08903f66 100644 --- a/data/recruitment.ts +++ b/data/recruitment.ts @@ -1,5 +1,5 @@ const recruitment = { - acceptingApplications: true, + acceptingApplications: false, applicationUrl: "https://tritonse.github.io/TSE-Application-Form/", deadline: "Sunday, October 9th at 11:59PM PDT", } as const;