Skip to content

Commit

Permalink
Revert countdown text change
Browse files Browse the repository at this point in the history
  • Loading branch information
alanchangxyz committed May 24, 2024
1 parent 516c368 commit 3cf0b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/views/schedule/Schedule.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const Schedule = () => (
<Countdown date={HACKING_DEADLINE} />
</Container>
</div>
<h4 className="schedule-hacking-ends-in">{timerExpired ? "Blast off!" : "See you soon!"}</h4>
<h4 className="schedule-hacking-ends-in">See you soon!</h4>
<ScheduleCard />
</section>
<Footer />
Expand Down

0 comments on commit 3cf0b98

Please sign in to comment.