Skip to content

Commit

Permalink
feat: added article about new roadmap
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev committed Feb 1, 2024
1 parent ad955af commit 4ee9978
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 @@ -61,6 +61,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
{
date: '2024-02-01T10:00:00.000Z',
content:
'If you want to find out our future plans, please check out the recently updated <a href="/#roadmap">roadmap section</a>.',
},
{
date: '2024-01-23T12:00:00.000Z',
content:
Expand All @@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = {
content:
'We added templates for popular frameworks (<a href="https://github.com/gravity-ui/gravity-ui-cra-example">CRA</a>, <a href="https://github.com/gravity-ui/gravity-ui-nextjs-example">Next.js</a>, <a href="https://github.com/gravity-ui/gravity-ui-vite-example">Vite</a>) and redesigned <a href="/#templates">templates section</a>. Now it’s even easier to start using our framework in your project.',
},
{
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!',
},
],
},
},
Expand Down

0 comments on commit 4ee9978

Please sign in to comment.