Remove the new badge from guides

pull/1804/head
Kamran Ahmed 2 years ago
parent d9dd0d6c14
commit 1a5efc1d06
  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
isNew={false}
colorIndex={counter}
/>
))}

Loading…
Cancel
Save