Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/issues/IssuesPageContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function IssuesPageContent() {

const showCuratedList = CONTRIBFEST_ACTIVE || isAdmin

// Check if access is allowed (after March 26, 2026 or admin bypass)
// Check if access is allowed (after November 11, 2026 or admin bypass)
const { accessAllowed, targetDate } = useMemo(() => {
const target = new Date('2026-11-11T00:00:00')
const now = new Date()
Expand Down
2 changes: 1 addition & 1 deletion components/CountdownModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export function CountdownModal({ targetDate }: CountdownModalProps) {
}}
>
The curated issues list will be available on<br />
<strong>March 26, 2026</strong>
<strong>November 11, 2026</strong>
</p>

<div
Expand Down
Loading