From 9ed7bcf7c8b93c21cdb8af4daad40205500e7e78 Mon Sep 17 00:00:00 2001
From: vvtimofeev <108340247+vvtimofeev@users.noreply.github.com>
Date: Thu, 14 Dec 2023 18:30:56 +0300
Subject: [PATCH] news: added UIKit 6 announce (#153)
---
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 0910dbbedc03..6e68cbe5b4ee 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-14T13:00:00.000Z',
+ content:
+ 'We\'ve posted the announce of UIKit 6! Please, be ready for the new version in January 2024!',
+ },
{
date: '2023-12-11T14:00:00.000Z',
content:
@@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
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:
- 'The long-awaited date-components libraries is now available! Please check them out now.',
- },
],
},
},