Add badges on roadmaps
This commit is contained in:
@@ -23,6 +23,7 @@ const RoadmapsList = () => (
|
||||
<div className="row">
|
||||
{ roadmaps.map(roadmap => (
|
||||
<RowBlock
|
||||
key={ roadmap.url }
|
||||
title={ roadmap.title.replace(/roadmap|developer/i, '') }
|
||||
subtitle={ roadmap.featuredDescription || roadmap.description }
|
||||
url={ roadmap.url }
|
||||
|
Reference in New Issue
Block a user