refactor(curriculum): rework pokemon project to rpg creatures project (#58812)

This commit is contained in:
Tom
2025-04-03 05:46:03 -05:00
committed by GitHub
parent 1287bf2265
commit 8ec8ded8e6
5 changed files with 165 additions and 201 deletions
+2 -2
View File
@@ -127,8 +127,8 @@ const allStandardCerts = [
},
{
id: '6555c1d3e11a1574434cf8b5',
title: 'Build a Pokémon Search App',
link: getJavaScriptAlgoPath('build-a-pokemon-search-app'),
title: 'Build an RPG Creature Search App',
link: getJavaScriptAlgoPath('build-an-rpg-creature-search-app'),
certSlug: Certification.JsAlgoDataStructNew
}
]