Skip to content

Commit b1b438b

Browse files
committed
Show short months in time component
1 parent 239c061 commit b1b438b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/ui/time.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const { date, class: className } = Astro.props;
77
>{
88
date.toLocaleDateString("en", {
99
year: "numeric",
10-
month: "long",
10+
month: "short",
1111
day: "2-digit"
1212
})
1313
}</time

0 commit comments

Comments
 (0)