We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b54187c commit 710deafCopy full SHA for 710deaf
1 file changed
src/pages/LandingPage.js
@@ -21,7 +21,7 @@ const LandingPage = () => {
21
<h1 className="title">UPenn Eco-Venture Challenge</h1>
22
<p className="subheading">Preparing tomorrow's leaders to tackle today's climate crisis!</p>
23
<p className="subcountdown">ROUND 1 APPLICATION DUE</p>
24
- <Countdown targetDate={new Date("2026-03-21T00:00:00")} />
+ <Countdown targetDate={new Date("2026-03-21T23:59:00")} />
25
<img
26
src={`${process.env.PUBLIC_URL}/double-arrow-down.png`}
27
alt="Scroll down"
0 commit comments