Skip to content

Commit

Permalink
fix(ceremony): two hours wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 16, 2024
1 parent 0a08ba5 commit 68a779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ceremony/src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $effect.pre(() => {
if (userId) contributor.setUserId(userId)
})
const targetTimestamp = 1726812000
const targetTimestamp = 1726819200
</script>

<!--Fix jump between state on load-->
Expand Down

0 comments on commit 68a779b

Please sign in to comment.