diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx index c6a6ca2f4..bdf93eb41 100644 --- a/src/components/Roadmaps/RoadmapsPage.tsx +++ b/src/components/Roadmaps/RoadmapsPage.tsx @@ -94,6 +94,12 @@ const groups: GroupType[] = [ type: 'skill', otherGroups: ['Web Development'], }, + { + title: 'Git and GitHub', + link: '/git-github', + type: 'skill', + otherGroups: ['Web Development', 'DevOps'], + }, ], }, {