Add new badge to guides

pull/1829/head
Kamran Ahmed 2 years ago
parent d2b016c8da
commit a33851c364
  1. 2
      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}
/>

Loading…
Cancel
Save