mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-14 07:00:51 -04:00
fix(curriculum): move computer basics module to html (#64147)
This commit is contained in:
@@ -7739,6 +7739,7 @@
|
||||
"chapters": {
|
||||
"html": "HTML",
|
||||
"css": "CSS",
|
||||
"computers": "Computers",
|
||||
"responsive-web-design-certification-exam": "Responsive Web Design Certification Exam"
|
||||
},
|
||||
"modules": {
|
||||
|
||||
@@ -87,7 +87,7 @@
|
||||
]
|
||||
},
|
||||
{
|
||||
"dashedName": "css",
|
||||
"dashedName": "computers",
|
||||
"modules": [
|
||||
{
|
||||
"dashedName": "computer-basics",
|
||||
@@ -98,7 +98,12 @@
|
||||
"review-computer-basics",
|
||||
"quiz-computer-basics"
|
||||
]
|
||||
},
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"dashedName": "css",
|
||||
"modules": [
|
||||
{
|
||||
"dashedName": "basic-css",
|
||||
"blocks": [
|
||||
|
||||
Reference in New Issue
Block a user