mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-30 12:40:03 +02:00
Fix/grammatical error (#7535)
* chore(src): fix grammatical error on headings * chore(src): fix grammatical error on headings
This commit is contained in:
@@ -41,7 +41,7 @@ const videos = await getAllVideos();
|
||||
<HeroSection />
|
||||
|
||||
<FeaturedItems
|
||||
heading='Role based Roadmaps'
|
||||
heading='Role-based Roadmaps'
|
||||
featuredItems={roleRoadmaps
|
||||
.filter((roadmapItem) => !roadmapItem.frontmatter.isHidden)
|
||||
.map((roadmapItem) => ({
|
||||
@@ -54,7 +54,7 @@ const videos = await getAllVideos();
|
||||
/>
|
||||
|
||||
<FeaturedItems
|
||||
heading='Skill based Roadmaps'
|
||||
heading='Skill-based Roadmaps'
|
||||
featuredItems={skillRoadmaps
|
||||
.filter((roadmapItem) => !roadmapItem.frontmatter.isHidden)
|
||||
.map((roadmapItem) => ({
|
||||
|
Reference in New Issue
Block a user