mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-27 02:01:02 -04:00
fix(client): remove restructure note (#65695)
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user