File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 </ >
You can’t perform that action at this time.
0 commit comments