Fixed text #19
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<h2 class="text-xl font-semibold">{data.chapter.name}</h2>
|
<h2 class="text-xl font-semibold">{data.chapter.name}</h2>
|
||||||
{#if data.chapter?.puzzles?.length}
|
{#if data.chapter?.puzzles?.length}
|
||||||
<p class="text-muted-foreground">
|
<p class="text-muted-foreground">
|
||||||
Ils vous restent {data.chapter.puzzles.filter((p) => p.score).length} puzzles à résoudre sur
|
Ils vous restent {data.chapter.puzzles.filter((p) => !p.score).length} puzzles à résoudre sur
|
||||||
un total de {data.chapter.puzzles.length}
|
un total de {data.chapter.puzzles.length}
|
||||||
</p>
|
</p>
|
||||||
{:else}
|
{:else}
|
||||||
|
|
Loading…
Add table
Reference in a new issue