File tree Expand file tree Collapse file tree 3 files changed +13
-9
lines changed
Expand file tree Collapse file tree 3 files changed +13
-9
lines changed Original file line number Diff line number Diff 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' ,
Original file line number Diff line number Diff 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'
Original file line number Diff line number Diff 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 · ${questionGroup .allTopics .length } topics ` }
3131 />
3232 ))
You can’t perform that action at this time.
0 commit comments