Skip to content

Commit eaebe7b

Browse files
committed
Add missing iOS roadmap to roadmaps and /get-started
1 parent bab4a15 commit eaebe7b

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

src/components/Roadmaps/RoadmapsPage.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,11 @@ const groups: GroupType[] = [
232232
link: '/android',
233233
type: 'role',
234234
},
235+
{
236+
title: 'iOS',
237+
link: '/ios',
238+
type: 'role',
239+
},
235240
{
236241
title: 'React Native',
237242
link: '/react-native',

src/pages/get-started.astro

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -308,21 +308,20 @@ import { TipItem } from '../components/GetStarted/TipItem';
308308
description='Learn all you need to know to become an Android Developer.'
309309
/>
310310

311+
<RoadmapCard
312+
icon={Smartphone}
313+
title='iOS'
314+
link='/ios'
315+
description='Learn all you need to know to become an iOS Developer.'
316+
/>
317+
311318
<RoadmapMultiCard
312319
roadmaps={[
313320
{ title: 'React Native', link: '/react-native' },
314321
{ title: 'Flutter', link: '/flutter' },
315322
]}
316323
description='Or learn a cross-platform framework?'
317324
/>
318-
319-
<RoadmapCard
320-
icon={Smartphone}
321-
title='iOS'
322-
link='/ios'
323-
isUpcoming={true}
324-
description='We will be adding an iOS roadmap soon.'
325-
/>
326325
</RoleRoadmaps>
327326
<RoleRoadmaps
328327
badge='AI and Machine Learning'

src/pages/questions/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const questionGroups = await getAllQuestionGroups();
2626
<GridItem
2727
url={`/questions/${questionGroup.id}`}
2828
isNew={questionGroup.frontmatter.isNew}
29-
title={questionGroup.frontmatter.title}
29+
title={questionGroup.frontmatter.briefTitle}
3030
description={`${questionGroup.questions.length} Questions &middot; ${questionGroup.allTopics.length} topics`}
3131
/>
3232
))

0 commit comments

Comments
 (0)