Linking from homepage to roadmaps
This commit is contained in:
@@ -41,7 +41,8 @@ export default function Home(props: HomeProps) {
|
||||
<SimpleGrid columns={[1, 2, 3]} spacing={['10px', '10px', '15px']}>
|
||||
{roadmaps.map((roadmap: RoadmapType, counter: number) => (
|
||||
<HomeRoadmapItem
|
||||
key={roadmap.url}
|
||||
url={roadmap.url}
|
||||
key={roadmap.id}
|
||||
colorIndex={counter}
|
||||
title={roadmap.featuredTitle}
|
||||
isCommunity={roadmap.isCommunity}
|
||||
|
Reference in New Issue
Block a user