From ea51bf58c328c5a946282dbafad264698a9d85e9 Mon Sep 17 00:00:00 2001 From: Carolina Menezes <60782333+carolinamenezes@users.noreply.github.com> Date: Wed, 18 Dec 2024 09:59:24 -0300 Subject: [PATCH] Update index.tsx --- src/components/last-updates-section/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index d3606061..418c7bb6 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -10,7 +10,7 @@ const lastReleaseNote: CardProps = { type: 'improved', description: 'FastStore: faststore.config.js file is now discovery.config.js', - date: new Date('16/12/2024'), + date: new Date('12/16/2024'), }, updateType: 'release-notes', }