fix(curriculum): incorrect helpCategory for react labs (#59118)

This commit is contained in:
Dushyant Patel
2025-03-04 02:55:08 -05:00
committed by GitHub
parent ca44354728
commit 1f2876405f
2 changed files with 3 additions and 3 deletions

View File

@@ -5,7 +5,7 @@
"dashedName": "lab-mood-board",
"superBlock": "full-stack-developer",
"challengeOrder": [{ "id": "673b3d6b7ef7318eef926d5a", "title": "Build a Mood Board" }],
"helpCategory": "HTML-CSS",
"helpCategory": "JavaScript",
"blockLayout": "link",
"blockType": "lab"
}

View File

@@ -5,7 +5,7 @@
"dashedName": "lab-reusable-footer",
"superBlock": "full-stack-developer",
"challengeOrder": [{ "id": "673b02b03134b04637bf7055", "title": "Build a Reusable Footer" }],
"helpCategory": "HTML-CSS",
"helpCategory": "JavaScript",
"blockLayout": "link",
"blockType": "lab"
}
}