Skip to content

Commit

Permalink
Merge pull request #11 from Darrin-Lin/Camp_2024
Browse files Browse the repository at this point in the history
start countdown.
  • Loading branch information
Darrin-Lin authored Apr 19, 2024
2 parents d14e1ec + fe5e508 commit e66cf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/login/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
let email: string;
let ok: boolean | null = null;
let running = false;
let open_month = "3";
let open_month = "4";
let open_day = "20";
async function send() {
if (running) {
Expand Down

0 comments on commit e66cf3a

Please sign in to comment.