From 5364b7b79b5a30df7078efb3fdabfc1b103ce54a Mon Sep 17 00:00:00 2001 From: Carolina Menezes Date: Sat, 18 Nov 2023 00:02:56 -0300 Subject: [PATCH] chore(last-updates-section): update last release --- src/components/last-updates-section/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index d2e6358bf..4621e9c43 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -7,9 +7,9 @@ import styles from './styles' const lastReleaseNote: CardProps = { action: { - type: 'added', + type: 'info', description: - 'Stores using FastStore can now take advantage of Node.js 18 capabilities', + 'Temporary freeze on automatic app distribution in preparation for Black Friday 2023', date: new Date('10/20/2023'), }, updateType: 'release-notes',