From eaebe7babd4fadba4f68bcbbca2f5a3228550f50 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Wed, 29 May 2024 23:48:35 +0100 Subject: [PATCH] Add missing iOS roadmap to roadmaps and /get-started --- src/components/Roadmaps/RoadmapsPage.tsx | 5 +++++ src/pages/get-started.astro | 15 +++++++-------- src/pages/questions/index.astro | 2 +- 3 files changed, 13 insertions(+), 9 deletions(-) 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.' /> + + - - ))