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