diff --git a/src/content/landing.ts b/src/content/landing.ts
index 163392304adc..9f8582fa02df 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-08T14:30:00.000Z',
+ content:
+ 'GravityUI icon set have been added to the iconify framework! ๐ This means that now itโs even easier to use the beautiful icons from GravityUI in your projects.',
+ },
{
date: '2023-10-06T00:00:00.000Z',
content:
@@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
content:
'Meet the new Components and Design sections with guidelines and component sandboxes.',
},
- {
- date: '2023-08-28T14:00:00.000Z',
- content:
- 'Our Figma library is finally released and available here. Currently it\'s in Beta so we\'d love for you to test it out and share your feedback with us.',
- },
],
},
},