From 7aad6e5c0d3ce2f2c9873996ebdb5a6bb191084b Mon Sep 17 00:00:00 2001 From: Holtz Yan Date: Wed, 30 Oct 2024 10:11:16 +0100 Subject: [PATCH] k --- pages/course/responsiveness/using-the-hook.tsx | 4 ++-- util/lessonList.tsx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/course/responsiveness/using-the-hook.tsx b/pages/course/responsiveness/using-the-hook.tsx index ab60e473..cf7dc645 100644 --- a/pages/course/responsiveness/using-the-hook.tsx +++ b/pages/course/responsiveness/using-the-hook.tsx @@ -189,8 +189,8 @@ const exercices: Exercise[] = [ ), - practiceSandbox: 'exercise/ResponsiveDivSolutionPractice', - solutionSandbox: 'exercise/ResponsiveDivSolutionSolution', + practiceSandbox: 'exercise/ResponsiveDivPractice', + solutionSandbox: 'exercise/ResponsiveDivSolution', }, { whyItMatters: ( diff --git a/util/lessonList.tsx b/util/lessonList.tsx index f6cbc1e7..b3475024 100644 --- a/util/lessonList.tsx +++ b/util/lessonList.tsx @@ -360,7 +360,7 @@ export const lessonList: Lesson[] = [ ), readTime: 4, link: '/course/responsiveness/using-the-hook', - status: 'wip', + status: 'free', moduleId: 'responsiveness', }, {