diff --git a/pages/guides/index.tsx b/pages/guides/index.tsx index ff17f2444..bc43c8461 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 + isNew={false} colorIndex={counter} /> ))}