Skip to content

Commit

Permalink
added post about templates section (#157)
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev authored Dec 22, 2023
1 parent 5951ad6 commit 016ee2f
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 @@ -60,6 +60,11 @@ const typedLanding: CustomPageContent = {
news: {
title: 'Recent updates',
items: [
{
date: '2023-12-22T14:00:00.000Z',
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:
Expand All @@ -70,11 +75,6 @@ const typedLanding: CustomPageContent = {
content:
'We\'ve published the documentation for our select component. Check it out <a href="/components/uikit/select">here</a>.',
},
{
date: '2023-12-08T14:30:00.000Z',
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.',
},
],
},
},
Expand Down

0 comments on commit 016ee2f

Please sign in to comment.