Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add an article about remix template #161

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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-01-23T12:00:00.000Z',
content:
'We continue to improve our <a href="/#templates">templates</a> section and have added the <a href="https://github.com/gravity-ui/gravity-ui-remix-example">Remix template</a>. If you need other templates, don’t hesitate to create an <a href="https://github.com/gravity-ui/landing/issues/new">issue</a>. ',
},
{
date: '2023-12-22T14:00:00.000Z',
content:
Expand All @@ -71,11 +76,6 @@ const typedLanding: CustomPageContent = {
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:
'We\'ve published the documentation for our select component. Check it out <a href="/components/uikit/select">here</a>.',
},
],
},
},
Expand Down
Loading