mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-08 09:00:38 -04:00
fix(curriculum): incorrect helpCategory for react labs (#59118)
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user