Skip to content

Commit

Permalink
Reopen with closing datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
WizzyGeek committed Jun 25, 2024
1 parent a294b7a commit 200740f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/apply.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ function onSumbitFactory(
return onSubmit;
}

const open = false;
const open = true;

export default function Apply() {
const session = useContext(SessionContext);
Expand Down
1 change: 1 addition & 0 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ export default function Root() {
Elite
</span>
</div>
<div className=" w-52 font-semibold">Recruitments close at <wbr/> midnigth June 25</div>
<Link
to="/apply"
className=" rounded-md text-xl mt-4 text-center p-2 bg-yellow-400 text-black uppercase font-semibold hover:bg-black hover:text-white transition-all border border-yellow-400"
Expand Down

0 comments on commit 200740f

Please sign in to comment.