diff --git a/scripts/generate-database.js b/scripts/generate-database.js index a8b2f19bf..cad18eb27 100644 --- a/scripts/generate-database.js +++ b/scripts/generate-database.js @@ -231,7 +231,7 @@ const sortedStartingPointConfigs = [ title: 'Physics', }, { slug: 'starting-3D-platformer', title: '3D Platformer' }, - { slug: 'starting-first-person', title: 'First Person' }, + { slug: 'starting-first-person', title: '3D First Person' }, ]; const sortedStartingPointSlugs = new Set( sortedStartingPointConfigs.map(({ slug }) => slug)