We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a78e495 commit 439f936Copy full SHA for 439f936
1 file changed
src/app/conf/2026/components/call-for-proposals.tsx
@@ -13,7 +13,7 @@ function DatesTab() {
13
<DefinitionListItem term="CFP Opens" definition="Thursday, 16 January" />
14
<DefinitionListItem
15
term="CFP Close"
16
- definition="Sunday, February 1, 11:59 PM PST (UTC-8)"
+ definition="Monday, February 11, 11:59 PM PST (UTC-8)"
17
/>
18
19
term="CFP Notifications"
@@ -286,7 +286,7 @@ export function CallForProposals() {
286
useEffect(() => {
287
const checkDate = () => {
288
const currentDate = new Date()
289
- const closingDate = new Date("2026-02-01T00:00:00Z")
+ const closingDate = new Date("2026-02-11T00:00:00Z")
290
if (currentDate >= closingDate) {
291
setButtonText("CFP Closed")
292
setIsDisabled(true)
0 commit comments