Skip to content

Commit

Permalink
k
Browse files Browse the repository at this point in the history
  • Loading branch information
holtzy committed Oct 30, 2024
1 parent d22db5d commit 7aad6e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pages/course/responsiveness/using-the-hook.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,8 @@ const exercices: Exercise[] = [
</li>
</ul>
),
practiceSandbox: 'exercise/ResponsiveDivSolutionPractice',
solutionSandbox: 'exercise/ResponsiveDivSolutionSolution',
practiceSandbox: 'exercise/ResponsiveDivPractice',
solutionSandbox: 'exercise/ResponsiveDivSolution',
},
{
whyItMatters: (
Expand Down
2 changes: 1 addition & 1 deletion util/lessonList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ export const lessonList: Lesson[] = [
),
readTime: 4,
link: '/course/responsiveness/using-the-hook',
status: 'wip',
status: 'free',
moduleId: 'responsiveness',
},
{
Expand Down

0 comments on commit 7aad6e5

Please sign in to comment.