diff --git a/client/i18n/locales/english/intro.json b/client/i18n/locales/english/intro.json index 0005e26eefe..8bab7e2f28e 100644 --- a/client/i18n/locales/english/intro.json +++ b/client/i18n/locales/english/intro.json @@ -3909,26 +3909,12 @@ "In this workshop, you'll use the useMemo() and useCallback() hooks in React to build a simple shopping list app. You'll learn more about state and the lifecycle of React components, and how to use memoization to reduce re-renders and make your apps more efficient." ] }, - "lab-currency-converter": { - "title": "Build a Currency Converter", - "intro": [ - "For this lab, you'll build a currency converter app.", - "You'll use React state, memoization, and controlled components to convert between currencies." - ] - }, "lecture-routing-react-frameworks-and-dependency-management-tools": { "title": "Routing, React Frameworks, and Dependency Management Tools", "intro": [ "In these lessons, you will learn about routing in React, React frameworks, and dependency management tools." ] }, - "lab-tic-tac-toe": { - "title": "Build a Tic-Tac-Toe Game", - "intro": [ - "In this lab, you'll build a Tic-Tac-Toe game using React.", - "You'll practice managing state, handling user interactions, and updating the UI dynamically." - ] - }, "lecture-react-strategies-and-debugging": { "title": "React Strategies and Debugging", "intro": [ @@ -3948,6 +3934,20 @@ "Test what you've learned about routing, forms, and data fetching with this quiz." ] }, + "lab-currency-converter": { + "title": "Build a Currency Converter", + "intro": [ + "For this lab, you'll build a currency converter app.", + "You'll use React state, memoization, and controlled components to convert between currencies." + ] + }, + "lab-tic-tac-toe": { + "title": "Build a Tic-Tac-Toe Game", + "intro": [ + "In this lab, you'll build a Tic-Tac-Toe game using React.", + "You'll practice managing state, handling user interactions, and updating the UI dynamically." + ] + }, "lecture-understanding-performance-in-web-applications": { "title": "Understanding Performance in Web Applications", "intro": [