From ae19527f898533a25f6b2d98cb3069a634d93ce3 Mon Sep 17 00:00:00 2001 From: Travis Fischer Date: Mon, 17 Oct 2022 17:28:52 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/NotionPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/NotionPage.tsx b/components/NotionPage.tsx index 90b0b91ae6..9e885304da 100644 --- a/components/NotionPage.tsx +++ b/components/NotionPage.tsx @@ -122,7 +122,7 @@ const propertyDateValue = ( const publishDate = data?.[0]?.[1]?.[0]?.[1]?.start_date if (publishDate) { - return `Published ${formatDate(publishDate, { + return `${formatDate(publishDate, { month: 'long' })}` }