Skip to content

Commit

Permalink
added news about iconify
Browse files Browse the repository at this point in the history
  • Loading branch information
vvtimofeev committed Dec 8, 2023
1 parent 4df7069 commit e90f8fa
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-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.',
},
{
date: '2023-10-06T00:00:00.000Z',
content:
Expand All @@ -62,11 +67,6 @@ const typedLanding: CustomPageContent = {
content:
'Meet the new <a href="/components/uikit/alert">Components</a> and <a href="/design/branding/resources">Design</a> sections with guidelines and component sandboxes.',
},
{
date: '2023-08-28T14:00:00.000Z',
content:
'Our Figma library is finally released and available <a href="https://www.figma.com/community/file/1271150067798118027/Gravity-UI-Design-System-(Beta)">here</a>. Currently it\'s in Beta so we\'d love for you to test it out and share your feedback with us.',
},
],
},
},
Expand Down

0 comments on commit e90f8fa

Please sign in to comment.