Skip to content

Commit

Permalink
Update Survey.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ravielze committed Aug 24, 2022
1 parent 50bf944 commit 3863bde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Survey/Survey.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ interface SurveyData {
}

export const Survey = () => {
const deadline = new Date('August 23, 2022 19:00:59')
const deadline = new Date('August 24, 2022 20:00:59')
const closed = deadline < new Date()

const [completed, setCompleted] = useState<boolean>(false);
Expand Down Expand Up @@ -231,4 +231,4 @@ export const Survey = () => {
}
</StandardLayout>
)
}
}

0 comments on commit 3863bde

Please sign in to comment.