1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-06 23:30:42 +02:00

Add new badge to guides

This commit is contained in:
Kamran Ahmed
2022-09-21 15:18:02 +04:00
parent d2b016c8da
commit a33851c364

View File

@@ -40,7 +40,7 @@ export default function Guides(props: GuidesProps) {
title={recentGuide.title} title={recentGuide.title}
subtitle={recentGuide.description} subtitle={recentGuide.description}
date={recentGuide.formattedUpdatedAt!} date={recentGuide.formattedUpdatedAt!}
isNew={false} isNew={recentGuide.isNew}
type={recentGuide.type} type={recentGuide.type}
colorIndex={counter} colorIndex={counter}
/> />