1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-09-02 22:02:39 +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}
subtitle={recentGuide.description}
date={recentGuide.formattedUpdatedAt!}
isNew={false}
isNew={recentGuide.isNew}
type={recentGuide.type}
colorIndex={counter}
/>