Skip to content
This repository was archived by the owner on Dec 17, 2022. It is now read-only.

Commit d2123fe

Browse files
authored
Update NotionPage.tsx
1 parent f90a6c0 commit d2123fe

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
@@ -107,7 +107,7 @@ const propertyLastEditedTimeValue = (
107107
) => {
108108
if (pageHeader && block?.last_edited_time) {
109109
return `Last updated ${formatDate(block?.last_edited_time, {
110-
month: 'long'
110+
month: 'short'
111111
})}`
112112
}
113113

0 commit comments

Comments
 (0)