Skip to content

Commit ae19527

Browse files
🕴
1 parent 05fac1f commit ae19527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/NotionPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ const propertyDateValue = (
122122
const publishDate = data?.[0]?.[1]?.[0]?.[1]?.start_date
123123

124124
if (publishDate) {
125-
return `Published ${formatDate(publishDate, {
125+
return `${formatDate(publishDate, {
126126
month: 'long'
127127
})}`
128128
}

0 commit comments

Comments
 (0)