Skip to content

Commit

Permalink
fix(ceremony): use summer time
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Sep 16, 2024
1 parent 68a779b commit 207b329
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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> (CET)</H3>
<H3>2024-09-20 | <span class="text-union-accent-500">10:00 AM</span> (CEST)</H3>
<div class="flex gap-2 justify-center">
{@render pair(hours, 'h')}
{@render pair(minutes, 'm')}
Expand Down

0 comments on commit 207b329

Please sign in to comment.