From 4ee9978f21e1749ddd1391d283dffd21b2ea343f Mon Sep 17 00:00:00 2001 From: timofeyevvv Date: Thu, 1 Feb 2024 12:47:34 +0300 Subject: [PATCH] feat: added article about new roadmap --- src/content/landing.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/content/landing.ts b/src/content/landing.ts index 14562294ce7b..3d7f97f5fe69 100644 --- a/src/content/landing.ts +++ b/src/content/landing.ts @@ -61,6 +61,11 @@ const typedLanding: CustomPageContent = { news: { title: 'Recent updates', items: [ + { + date: '2024-02-01T10:00:00.000Z', + content: + 'If you want to find out our future plans, please check out the recently updated roadmap section.', + }, { date: '2024-01-23T12:00:00.000Z', content: @@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = { content: 'We added templates for popular frameworks (CRA, Next.js, Vite) and redesigned templates section. Now it’s even easier to start using our framework in your project.', }, - { - date: '2023-12-14T13:00:00.000Z', - content: - 'We\'ve posted the announce of UIKit 6! Please, be ready for the new version in January 2024!', - }, ], }, },