diff --git a/pages/guides/index.tsx b/pages/guides/index.tsx index 99e51ec65..fe8db017f 100644 --- a/pages/guides/index.tsx +++ b/pages/guides/index.tsx @@ -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} />