Skip to content

Commit

Permalink
Merge pull request #13 from lugvitc/main
Browse files Browse the repository at this point in the history
Reopen with closing datetime
  • Loading branch information
WizzyGeek authored Jun 25, 2024
2 parents 2de9f4f + 200740f commit ff2b6d8
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 ff2b6d8

Please sign in to comment.