mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: rosetta title (#52636)
This commit is contained in:
@@ -14,7 +14,8 @@ const superBlocksWithoutLastWord = [
|
||||
SuperBlocks.CodingInterviewPrep,
|
||||
SuperBlocks.TheOdinProject,
|
||||
SuperBlocks.ProjectEuler,
|
||||
SuperBlocks.PythonForEverybody
|
||||
SuperBlocks.PythonForEverybody,
|
||||
SuperBlocks.RosettaCode
|
||||
];
|
||||
|
||||
export function getSuperBlockTitleForMap(superBlock: SuperBlocks): string {
|
||||
|
||||
Reference in New Issue
Block a user