mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): Add A2 Spanish Outline (#60303)
Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -44,6 +44,7 @@ export const orderedSuperBlockInfo = [
|
||||
{ dashedName: SuperBlocks.CollegeAlgebraPy, public: true },
|
||||
{ dashedName: SuperBlocks.A2English, public: true },
|
||||
{ dashedName: SuperBlocks.B1English, public: true },
|
||||
{ dashedName: SuperBlocks.A2Spanish, public: true },
|
||||
{ dashedName: SuperBlocks.TheOdinProject, public: true },
|
||||
{ dashedName: SuperBlocks.RespWebDesign, public: true },
|
||||
{ dashedName: SuperBlocks.PythonForEverybody, public: true },
|
||||
|
||||
@@ -103,6 +103,11 @@ export const orderedSuperBlockInfo: Record<
|
||||
dashedName: SuperBlocks.B1English,
|
||||
public: true,
|
||||
title: intros[SuperBlocks.B1English].title
|
||||
},
|
||||
{
|
||||
dashedName: SuperBlocks.A2Spanish,
|
||||
public: true,
|
||||
title: intros[SuperBlocks.A2Spanish].title
|
||||
}
|
||||
],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user