diff --git a/src/components/Roadmaps/RoadmapsPage.tsx b/src/components/Roadmaps/RoadmapsPage.tsx
index 2b0f0b08d..3792eb8c6 100644
--- a/src/components/Roadmaps/RoadmapsPage.tsx
+++ b/src/components/Roadmaps/RoadmapsPage.tsx
@@ -232,6 +232,11 @@ const groups: GroupType[] = [
link: '/android',
type: 'role',
},
+ {
+ title: 'iOS',
+ link: '/ios',
+ type: 'role',
+ },
{
title: 'React Native',
link: '/react-native',
diff --git a/src/pages/get-started.astro b/src/pages/get-started.astro
index bbe309368..e27800534 100644
--- a/src/pages/get-started.astro
+++ b/src/pages/get-started.astro
@@ -308,6 +308,13 @@ import { TipItem } from '../components/GetStarted/TipItem';
description='Learn all you need to know to become an Android Developer.'
/>
+
+
-
-
))