Skip to content

Commit 439f936

Browse files
authored
conf: Extend CfP deadline (#2326)
1 parent a78e495 commit 439f936

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/conf/2026/components/call-for-proposals.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)