Skip to content

Commit d3df144

Browse files
authored
[Docs Site] Remove timestamp from changelog entries (#23675)
1 parent 0fe73c2 commit d3df144

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/pages/changelog/[...slug].astro

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,7 @@ const props = {
5555
<h2>{note.data.title}</h2>
5656
<div>
5757
<time class="font-bold" datetime={note.data.date.toISOString()}
58-
>{format(note.data.date, "MMM dd, yyyy")}, {
59-
format(note.data.date, "hh:mm a")
60-
}</time
58+
>{format(note.data.date, "MMM dd, yyyy")}</time
6159
>
6260
<ProductPills products={note.data.products} />
6361
</div>

0 commit comments

Comments
 (0)