Skip to content

Commit

Permalink
Update survey close date to the 8th of August (#10233)
Browse files Browse the repository at this point in the history
* scaffolding survey countdown

* update survey end date to 8th Aug

* commit properly :p
  • Loading branch information
ldiebold authored Jul 29, 2021
1 parent e2dbd8c commit a11b0f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/SurveyCountdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ q-banner(v-if="!hasEnded").survey-countdown
import { ref, onMounted, onBeforeUnmount } from 'vue'
import { mdiFileDocumentEditOutline } from '@quasar/extras/mdi-v5'
const confDate = new Date('2021-07-31').getTime()
const confDate = new Date('2021-08-08').getTime()
const oneDay = 1000 * 60 * 60 * 24
const oneHour = 1000 * 60 * 60
Expand Down

0 comments on commit a11b0f9

Please sign in to comment.