mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix(curriculum,client): move the Euler Project to its own superBlock (#49294)
Co-authored-by: Kristofer Koishigawa <scissorsneedfoodtoo@gmail.com> Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com> Co-authored-by: Naomi Carrigan <nhcarrigan@gmail.com> Co-authored-by: moT01 <20648924+moT01@users.noreply.github.com>
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
"top-learn-html-foundations": "HTML-CSS",
|
||||
"top-build-a-recipe-project": "HTML-CSS",
|
||||
"rosetta-code": "JavaScript",
|
||||
"project-euler": "JavaScript",
|
||||
"project-euler-problems-1-to-100": "JavaScript",
|
||||
"project-euler-problems-101-to-200": "JavaScript",
|
||||
"project-euler-problems-201-to-300": "JavaScript",
|
||||
"project-euler-problems-301-to-400": "JavaScript",
|
||||
"project-euler-problems-401-to-480": "JavaScript",
|
||||
"scientific-computing-with-python": "Python",
|
||||
"scientific-computing-with-python-projects": "Python",
|
||||
"data-analysis-with-python": "Python",
|
||||
|
||||
@@ -66,7 +66,7 @@ export function getPostBodyComponents(pathname: string): JSX.Element[] {
|
||||
|
||||
if (
|
||||
pathname.includes('/learn/coding-interview-prep/rosetta-code') ||
|
||||
pathname.includes('/learn/coding-interview-prep/project-euler')
|
||||
pathname.includes('/learn/project-euler/')
|
||||
) {
|
||||
scripts.push(mathJaxScriptElement);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user