diff --git a/components/NotionPage.tsx b/components/NotionPage.tsx index 90b0b91..9e88530 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' })}` }