File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/app/conf/2026/components Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function DatesTab() {
1313 < DefinitionListItem term = "CFP Opens" definition = "Thursday, 16 January" />
1414 < DefinitionListItem
1515 term = "CFP Close"
16- definition = "Sunday , February 1 , 11:59 PM PST (UTC-8)"
16+ definition = "Monday , February 11 , 11:59 PM PST (UTC-8)"
1717 />
1818 < DefinitionListItem
1919 term = "CFP Notifications"
@@ -286,7 +286,7 @@ export function CallForProposals() {
286286 useEffect ( ( ) => {
287287 const checkDate = ( ) => {
288288 const currentDate = new Date ( )
289- const closingDate = new Date ( "2026-02-01T00 :00:00Z" )
289+ const closingDate = new Date ( "2026-02-11T00 :00:00Z" )
290290 if ( currentDate >= closingDate ) {
291291 setButtonText ( "CFP Closed" )
292292 setIsDisabled ( true )
You can’t perform that action at this time.
0 commit comments