Skip to content

Commit 32b9c01

Browse files
committed
Updated registration deadline
1 parent a428a91 commit 32b9c01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Register.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default function RegisterPage() {
3434
const navigate = useNavigate()
3535

3636
const registrationStartDate = new Date('2025-11-28T00:00:00')
37-
const registrationDeadline = new Date('2025-12-15T00:00:00')
37+
const registrationDeadline = new Date('2025-12-14T00:00:00')
3838
const currentDate = new Date()
3939
const isRegistrationOpen = currentDate >= registrationStartDate && currentDate < registrationDeadline
4040

@@ -1276,7 +1276,7 @@ export default function RegisterPage() {
12761276
</p>
12771277
<div className="bg-gradient-to-r from-amber-50 to-orange-50 border border-amber-200 rounded-2xl p-6 mb-8">
12781278
<p className="text-amber-800 font-medium">
1279-
Registration was open until <strong>December 13th, 2025 at 12:00 PM</strong>.
1279+
Registration was open until <strong>December 14th, 2025 at 12:00 PM</strong>.
12801280
</p>
12811281
</div>
12821282
</>

0 commit comments

Comments
 (0)