diff --git a/public/navigation.json b/public/navigation.json index d2b5e759..a1df3b2d 100644 --- a/public/navigation.json +++ b/public/navigation.json @@ -14846,6 +14846,21 @@ "origin": "", "type": "category", "children": [ + { + "name": "December", + "slug": "december-2024", + "origin": "", + "type": "category", + "children": [ + { + "name": "Store Framework: Simplified custom header management now available in VTEX admin", + "slug": "2024-12-05-store-framework-simplified-custom-header-management-now-available-in-vtex-admin", + "origin": "", + "type": "markdown", + "children": [] + } + ] + }, { "name": "November", "slug": "november-2024", @@ -17199,4 +17214,4 @@ ] } ] -} +} \ No newline at end of file diff --git a/src/components/last-updates-section/index.tsx b/src/components/last-updates-section/index.tsx index 0f7e72ac..54aa45ae 100644 --- a/src/components/last-updates-section/index.tsx +++ b/src/components/last-updates-section/index.tsx @@ -9,8 +9,8 @@ const lastReleaseNote: CardProps = { action: { type: 'improved', description: - 'FastStore WebOps app: Users can now install the app by themselves', - date: new Date('11/01/2024'), + 'Store Framework: Simplified custom header management now available in VTEX admin', + date: new Date('12/05/2024'), }, updateType: 'release-notes', }