From 0267417e7db7e0ff8c3ecb6807147e5235c930b6 Mon Sep 17 00:00:00 2001 From: clakr Date: Fri, 20 Mar 2026 09:19:17 +0300 Subject: [PATCH] fix: pages referencing incorrect videos --- .../01.exercise-navigation/01.solution.first-step/README.mdx | 2 +- .../01.exercise-navigation/02.problem.multi-step/README.mdx | 2 +- .../01.exercise-navigation/02.solution.multi-step/README.mdx | 2 +- exercises/01.exercise-navigation/FINISHED.mdx | 2 +- exercises/02.app-varieties/01.problem.no-preview/README.mdx | 2 +- exercises/02.app-varieties/01.solution.no-preview/README.mdx | 2 +- exercises/02.app-varieties/README.mdx | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/exercises/01.exercise-navigation/01.solution.first-step/README.mdx b/exercises/01.exercise-navigation/01.solution.first-step/README.mdx index 4d7ad75..0532c10 100644 --- a/exercises/01.exercise-navigation/01.solution.first-step/README.mdx +++ b/exercises/01.exercise-navigation/01.solution.first-step/README.mdx @@ -1,6 +1,6 @@ # First Exercise Step - + 👨‍💼 Great job! You've made it to the solution portion of the first exercise step! On this page, you'll often find a video, diagrams, and code examples, and other diff --git a/exercises/01.exercise-navigation/02.problem.multi-step/README.mdx b/exercises/01.exercise-navigation/02.problem.multi-step/README.mdx index fe12635..f7b31d5 100644 --- a/exercises/01.exercise-navigation/02.problem.multi-step/README.mdx +++ b/exercises/01.exercise-navigation/02.problem.multi-step/README.mdx @@ -1,6 +1,6 @@ # Multi-Step Exercise - + 👨‍💼 Lots of exercises will have multiple steps. The only thing you need to know about this is on each step you need to click the "Set to Playground" button diff --git a/exercises/01.exercise-navigation/02.solution.multi-step/README.mdx b/exercises/01.exercise-navigation/02.solution.multi-step/README.mdx index 87b1707..4d1000d 100644 --- a/exercises/01.exercise-navigation/02.solution.multi-step/README.mdx +++ b/exercises/01.exercise-navigation/02.solution.multi-step/README.mdx @@ -1,6 +1,6 @@ # Multi-Step Exercise - + 👨‍💼 Great job on this exercise. There's just one more thing you need to know about exercises. diff --git a/exercises/01.exercise-navigation/FINISHED.mdx b/exercises/01.exercise-navigation/FINISHED.mdx index fe56d19..888b1a6 100644 --- a/exercises/01.exercise-navigation/FINISHED.mdx +++ b/exercises/01.exercise-navigation/FINISHED.mdx @@ -1,6 +1,6 @@ # Exercise Navigation - + At the end of each exercise you will see the finished page like this one. This will sometimes give you a summary of what you've learned. The primary purpose of diff --git a/exercises/02.app-varieties/01.problem.no-preview/README.mdx b/exercises/02.app-varieties/01.problem.no-preview/README.mdx index 35596c8..d4cb7d5 100644 --- a/exercises/02.app-varieties/01.problem.no-preview/README.mdx +++ b/exercises/02.app-varieties/01.problem.no-preview/README.mdx @@ -1,6 +1,6 @@ # No Preview - + 👨‍💼 Some apps don't have a `dev` script in the `package.json` because they don't actually run and you're instead expected to run the app manually. diff --git a/exercises/02.app-varieties/01.solution.no-preview/README.mdx b/exercises/02.app-varieties/01.solution.no-preview/README.mdx index 00bf7a0..2fec951 100644 --- a/exercises/02.app-varieties/01.solution.no-preview/README.mdx +++ b/exercises/02.app-varieties/01.solution.no-preview/README.mdx @@ -1,6 +1,6 @@ # No Preview - + 👨‍💼 In some workshops (especially testing workshops) you'll be expected to run scripts manually (like you would in practice) which is why there's no preview diff --git a/exercises/02.app-varieties/README.mdx b/exercises/02.app-varieties/README.mdx index 785ec5b..7ba4fd3 100644 --- a/exercises/02.app-varieties/README.mdx +++ b/exercises/02.app-varieties/README.mdx @@ -1,6 +1,6 @@ # App Varieties - + Some workshop have different varieties of apps you work with which change the navigation slightly. Let's take a look at those a bit.