Skip to content

Commit

Permalink
news: added UIKit 6 announce (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev authored Dec 14, 2023
1 parent 8ccf7c0 commit 9ed7bcf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/content/landing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
{
date: '2023-12-14T13:00:00.000Z',
content:
'We\'ve posted <a href="https://github.com/gravity-ui/uikit/issues/1200">the announce of UIKit 6</a>! Please, be ready for the new version in January 2024!',
},
{
date: '2023-12-11T14:00:00.000Z',
content:
Expand All @@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
content:
'GravityUI icon set have been added to the <a href="https://icon-sets.iconify.design/gravity-ui/">iconify framework</a>! 🎉 This means that now it’s even easier to use the beautiful <a href="/icons">icons</a> from GravityUI in your projects.',
},
{
date: '2023-10-06T00:00:00.000Z',
content:
'The long-awaited <a href="https://github.com/gravity-ui/date-components">date-components libraries</a> is now available! Please check them out now.',
},
],
},
},
Expand Down

0 comments on commit 9ed7bcf

Please sign in to comment.