From 1a5efc1d06e1f7b703763ae2de57b195584b3f3d Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Mon, 19 Sep 2022 15:28:17 +0400 Subject: [PATCH] Remove the new badge from guides --- pages/guides/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} /> ))}