Skip to content

Commit

Permalink
timer does not work
Browse files Browse the repository at this point in the history
  • Loading branch information
schassande committed Jun 17, 2024
1 parent ad3761a commit 2abd1e1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/pages/sponsors.astro
Original file line number Diff line number Diff line change
Expand Up @@ -95,10 +95,7 @@ if (sponsors.etoile.length < sponsors.sponsorship.type.etoile.number
</ol>
</article>
<article>
<DateTimeChangingChild beginDate={Date.parse(sponsors.sponsorship.open_datetime.date)} refreshInterval="30000">
<p class="text-big-italic" slot="before" set:html={t('sponsoring_not_open')}></p>
<p class="text-big-italic" slot="doing" set:html={msg_inscription}></p>
</DateTimeChangingChild>
<p class="text-big-italic" set:html={msg_inscription}></p>
</article>

<article>
Expand Down

0 comments on commit 2abd1e1

Please sign in to comment.