Skip to content

Commit

Permalink
fix(ceremony): timestamp
Browse files Browse the repository at this point in the history
  • Loading branch information
cor committed Sep 19, 2024
1 parent c9f1975 commit b3bf120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ceremony/src/lib/components/Counter/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $effect(() => {

<div class="flex flex-col h-svh items-center justify-center gap-3">
<H2>Ceremony set to begin</H2>
<H3>2024-09-20 | <span class="text-union-accent-500">10:00 AM</span> (CEST)</H3>
<H3>2024-09-20 | <span class="text-union-accent-500">10:00 PM</span> (CEST)</H3>
<div class="flex gap-2 justify-center">
{@render pair(hours, 'h')}
{@render pair(minutes, 'm')}
Expand All @@ -80,4 +80,4 @@ s
{/each}
<div class="!text-union-accent-500 self-end uppercase">{timeType}</div>
</div>
{/snippet}
{/snippet}
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 = 1726819200
const targetTimestamp = 1726862400
</script>

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

0 comments on commit b3bf120

Please sign in to comment.