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.',
- },
],
},
},