fix(client): remove restructure note (#65695)

This commit is contained in:
Ahmad Abdolsaheb
2026-02-04 12:29:25 +03:00
committed by GitHub
parent e457f00b13
commit e774e83b38
2 changed files with 0 additions and 4 deletions

View File

@@ -215,7 +215,6 @@
"next-heading": "Try our beta curriculum:",
"upcoming-heading": "Upcoming curriculum:",
"catalog-heading": "Explore our Catalog:",
"fsd-restructure-note": "If you were previously working through our Certified Full Stack Developer curriculum, don't worry - your progress is saved. We've split it into smaller certifications you can earn along your journey.",
"archive-link": "Looking for older coursework? Check out <0>our archive page</0>.",
"faq": "Frequently asked questions:",
"faqs": [

View File

@@ -115,9 +115,6 @@ function Map({ forLanding = false }: MapProps) {
<h2 className={forLanding ? 'big-heading' : ''}>
{t(superBlockHeadings[stage])}
</h2>
{stage === SuperBlockStage.Core && (
<p>{t('landing.fsd-restructure-note')}</p>
)}
<ul key={stage}>
{superblocks.map(superblock => (
<MapLi