From 2e0a69ad72c732133042995d22555584c1739b08 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 22 Aug 2025 17:11:29 +0100 Subject: [PATCH] Fix changelog issue --- src/components/Changelog/ChangelogItem.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Changelog/ChangelogItem.astro b/src/components/Changelog/ChangelogItem.astro index 10c777513..cfd9b4187 100644 --- a/src/components/Changelog/ChangelogItem.astro +++ b/src/components/Changelog/ChangelogItem.astro @@ -39,7 +39,7 @@ const formattedDate = DateTime.fromISO(changelog.createdAt).toFormat( }