From ae07221ef4bdc7ddf49d58a94a16f4b862729bb2 Mon Sep 17 00:00:00 2001 From: Tom <20648924+moT01@users.noreply.github.com> Date: Sun, 1 Jun 2025 21:39:39 -0500 Subject: [PATCH] fix(curriculum): misaligned titles (#60647) --- .../_meta/lecture-working-with-code-editors-and-ides/meta.json | 2 +- curriculum/challenges/_meta/review-react-basics/meta.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/curriculum/challenges/_meta/lecture-working-with-code-editors-and-ides/meta.json b/curriculum/challenges/_meta/lecture-working-with-code-editors-and-ides/meta.json index 08704bbf359..561dabac215 100644 --- a/curriculum/challenges/_meta/lecture-working-with-code-editors-and-ides/meta.json +++ b/curriculum/challenges/_meta/lecture-working-with-code-editors-and-ides/meta.json @@ -1,5 +1,5 @@ { - "name": "Working with Code Editors and IDE's", + "name": "Working with Code Editors and IDEs", "blockType": "lecture", "blockLayout": "challenge-list", "isUpcomingChange": false, diff --git a/curriculum/challenges/_meta/review-react-basics/meta.json b/curriculum/challenges/_meta/review-react-basics/meta.json index f79a5bf2505..6ca380f742a 100644 --- a/curriculum/challenges/_meta/review-react-basics/meta.json +++ b/curriculum/challenges/_meta/review-react-basics/meta.json @@ -1,5 +1,5 @@ { - "name": "React Basics", + "name": "React Basics Review", "blockType": "review", "blockLayout": "link", "isUpcomingChange": false,