Skip to content

Commit 710deaf

Browse files
committed
fix countdown
1 parent b54187c commit 710deaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/LandingPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ const LandingPage = () => {
2121
<h1 className="title">UPenn Eco-Venture Challenge</h1>
2222
<p className="subheading">Preparing tomorrow's leaders to tackle today's climate crisis!</p>
2323
<p className="subcountdown">ROUND 1 APPLICATION DUE</p>
24-
<Countdown targetDate={new Date("2026-03-21T00:00:00")} />
24+
<Countdown targetDate={new Date("2026-03-21T23:59:00")} />
2525
<img
2626
src={`${process.env.PUBLIC_URL}/double-arrow-down.png`}
2727
alt="Scroll down"

0 commit comments

Comments
 (0)