From db222fd519e07b509b3e7cdce59861f6c1535537 Mon Sep 17 00:00:00 2001
From: vvtimofeev <108340247+vvtimofeev@users.noreply.github.com>
Date: Tue, 23 Jan 2024 14:03:44 +0300
Subject: [PATCH] feat: add an article about remix template (#161)
---
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 63b7a15d0c8a..efbf3cbcc117 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-01-23T12:00:00.000Z',
+ content:
+ 'We continue to improve our templates section and have added the Remix template. If you need other templates, don’t hesitate to create an issue. ',
+ },
{
date: '2023-12-22T14:00:00.000Z',
content:
@@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = {
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:
- 'We\'ve published the documentation for our select component. Check it out here.',
- },
],
},
},