Skip to content

Commit

Permalink
Fix iOS countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
olegsvs committed Dec 18, 2024
1 parent 856e088 commit ebb8167
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/map/components/MapComponentMobile.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { formatSeconds } from './MapComponent'
import LinkSpan from 'src/components/LinkSpan'

const WINNER_COUNTDOWN_START = 60 * 60 * 24 * 3
const WINNER_LAST_MOVE_TIME = '2024-12-16 12:02:12 GMT'
const WINNER_LAST_MOVE_TIME = new Date('2024-12-16T12:02:12.000Z')
const Winner = 'krabick'

export default function MapComponentMobile() {
Expand Down

0 comments on commit ebb8167

Please sign in to comment.