diff --git a/src/components/Changelog/ChangelogItem.astro b/src/components/Changelog/ChangelogItem.astro index 7f51dd921..3d793724a 100644 --- a/src/components/Changelog/ChangelogItem.astro +++ b/src/components/Changelog/ChangelogItem.astro @@ -11,24 +11,27 @@ const { changelog } = Astro.props; const { frontmatter } = changelog; const formattedDate = DateTime.fromISO(frontmatter.date).toFormat( - 'dd LLLL, yyyy', + 'dd LLL, yyyy', ); --- -
Here is everything we have been shipping recently
+