diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index 3792eb8c6..bbfdea752 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -310,6 +310,11 @@ const groups: GroupType[] = [ link: '/technical-writer', type: 'role', }, + { + title: 'Product Manager', + link: '/product-manager', + type: 'role', + }, ], }, { diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro index e27800534..c082db60b 100644 --- a/src/pages/get-started.astro +++ b/src/pages/get-started.astro @@ -28,7 +28,7 @@ import { PenSquare, Component, Waypoints, - CheckSquare, Braces, + CheckSquare, Braces, FolderKanban, } from 'lucide-react'; import { SectionBadge } from '../components/GetStarted/SectionBadge'; import { TipItem } from '../components/GetStarted/TipItem'; @@ -362,7 +362,7 @@ import { TipItem } from '../components/GetStarted/TipItem'; title='Fancy something else?' description='Explore the following roadmaps about UX, Game Development, Software Architect and more' > -