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:
@@ -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}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user