Skip to content

Commit 93a11d5

Browse files
author
Peter Bengtsson
authored
prettier release date on enterprise release logs (#23288)
Part of #1291
1 parent 8e1508d commit 93a11d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/release-notes/GHESReleaseNotePatch.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ export function GHESReleaseNotePatch({
6666
)}
6767
</div>
6868

69-
<p className="color-fg-muted mt-1">{dayjs(patch.date).format('MMMM, DD, YYYY')}</p>
69+
<p className="color-fg-muted mt-1">{dayjs(patch.date).format('MMMM DD, YYYY')}</p>
7070

7171
{patch.version !== latestPatch && currentVersion.currentRelease === latestRelease && (
7272
<p className="color-fg-muted mt-1">

0 commit comments

Comments
 (0)