Skip to content

Commit 7a58075

Browse files
committed
application open updates
1 parent f39a6b3 commit 7a58075

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ const Application = () => {
6363
<main className="main-content">
6464
<section className="section">
6565
<div className="content">
66-
<h2 className="heading">Application opens 1/26/2026!</h2>
66+
<h2 className="heading">APPLY NOW!</h2>
6767
<p>
6868
Solutions can range from physical products to forums, events, or community service initiatives—either new ideas or existing projects you want to expand. Participants are encouraged to submit a prototype or demonstrate tangible progress, though it doesn't need to be extensive.
6969
<br />

src/pages/LandingPage.js

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

0 commit comments

Comments
 (0)