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 20, 2024
1 parent 0e6d1bd commit 51b3000
Showing 1 changed file with 2 additions and 2 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 @@ -47,7 +47,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 @@ -65,4 +65,4 @@ s
{/each}
<div class="!text-union-accent-500 self-end uppercase">{timeType}</div>
</div>
{/snippet}
{/snippet}

0 comments on commit 51b3000

Please sign in to comment.