Skip to content

Commit

Permalink
fix: update countdown to 5pm tuesday
Browse files Browse the repository at this point in the history
  • Loading branch information
themightychris committed Nov 11, 2024
1 parent 1c7fcc9 commit dcfcc92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CountdownBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const minutesLeft = ref(0)
const percentComplete = ref(0)
const startDate = new Date('2024-11-11T00:00:00')
const endDate = new Date('2024-11-13T00:00:00')
const endDate = new Date('2024-11-12T17:00:00')
const totalDuration = endDate - startDate
function updateCountdown() {
Expand Down

0 comments on commit dcfcc92

Please sign in to comment.