Skip to content

Commit

Permalink
change text at lesson overview from 10x to 4x
Browse files Browse the repository at this point in the history
It really should show how many are defined in the course.
But for now, with just one course, it doesn't really matter.
  • Loading branch information
jakmeier committed Sep 25, 2024
1 parent fd2e6cf commit a56b203
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
{#each lesson.parts as part, index}
<div class="exercise-part">
<Step step={part.step} poseIndex={$i} {animationTime} {size}></Step>
<b>10x</b>
<b>4x</b>
</div>
{#if index !== lesson.parts.length - 1}
<div class="arrow">→</div>
Expand Down

0 comments on commit a56b203

Please sign in to comment.