From 1243b45c72ed1495b0146b5db41c75a9e26dfa14 Mon Sep 17 00:00:00 2001 From: timofeyevvv Date: Mon, 11 Dec 2023 17:00:34 +0300 Subject: [PATCH] News: added article about select documentation --- 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 9f8582fa02d..0910dbbedc0 100644 --- a/src/content/landing.ts +++ b/src/content/landing.ts @@ -52,6 +52,11 @@ const typedLanding: CustomPageContent = { news: { title: 'Recent updates', items: [ + { + date: '2023-12-11T14:00:00.000Z', + content: + 'We\'ve published the documentation for our select component. Check it out here.', + }, { date: '2023-12-08T14:30:00.000Z', content: @@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = { content: 'The long-awaited date-components libraries is now available! Please check them out now.', }, - { - date: '2023-09-26T00:00:00.000Z', - content: - 'Meet the new Components and Design sections with guidelines and component sandboxes.', - }, ], }, },