Skip to content

Commit

Permalink
feat: project submission date adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
aziolek committed Feb 18, 2025
1 parent 0317f32 commit 17df65c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/constants/milestones.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ export default function getMilestones(): Milestone[] {
href: 'https://octant.fillout.com/epoch-7-climate-round-applications',
id: 'e7-applications-open',
label: i18n.t('views.projects.projectsTimelineWidget.applicationsOpen'),
to: new Date('2025-02-15T13:00+0100'),
to: new Date('2025-02-14T08:59+0100'), // February 13, 11:59 pm PST
},
{
from: new Date('2025-04-11T18:00:00+0200'),
Expand Down

0 comments on commit 17df65c

Please sign in to comment.