Skip to content
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function SlideContainer({
}

export default function ApplicationCarousel() {
const applicationsClosed = Date.now() >= Date.parse('2026-04-25T06:59:00Z'); // April 24, 2026 at 11:59 PM PDT
const applicationsClosed = Date.now() >= Date.parse('2026-04-30T06:59:00Z'); // April 30, 2026 at 11:59 PM PDT

const [viewportRef, api] = useEmblaCarousel(
{
Expand Down
Loading