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:
Sem Bauke
2023-03-23 16:59:13 +01:00
committed by GitHub
parent 12335030d9
commit 87d9ade1a7
514 changed files with 2185 additions and 1992 deletions
+5 -1
View File
@@ -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",
+1 -1
View File
@@ -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);
}