Skip to content

Commit

Permalink
[Fix] chap 6: remove the lesson 53 from the chap 6
Browse files Browse the repository at this point in the history
  • Loading branch information
trixky committed Sep 12, 2024
1 parent 48aad51 commit 40db4f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/components/layout/header.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
{@const chap3 = lesson >= 20 && lesson <= 26}
{@const chap4 = lesson >= 27 && lesson <= 44}
{@const chap5 = lesson >= 45 && lesson <= 48}
{@const chap6 = lesson >= 49 && lesson <= 53}
{@const chap7 = lesson >= 54}
{@const chap6 = lesson >= 49 && lesson <= 52}
{@const chap7 = lesson >= 53}
<li
class:disabled={skiped}
class:finished
Expand Down

0 comments on commit 40db4f8

Please sign in to comment.