Add badges on roadmaps

This commit is contained in:
Kamran Ahmed
2019-11-09 15:40:32 +04:00
parent e0702bbb59
commit ea9c0cf703
6 changed files with 67 additions and 32 deletions

View File

@@ -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 }