-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added whats new section for uplift (#9842)
.
- Loading branch information
1 parent
7b4a8fa
commit a3460a3
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,6 +51,21 @@ export const getStaticProps: GetStaticProps< | |
return {title, description, slug, imageUrl}; | ||
}); | ||
|
||
// Adding links to the collection without sub-pages | ||
posts.unshift({ | ||
title: 'Shopify Polaris v12 beta', | ||
description: | ||
'You can access the beta now or simply wait for the stable release in September.', | ||
slug: 'https://ux.shopify.com/uplifting-shopify-polaris-7c54fc6564d9', | ||
imageUrl: '/images/updates/[email protected]', | ||
}); | ||
posts.unshift({ | ||
title: 'Uplifting Shopify Polaris', | ||
description: 'The process of evolving a large scale design system.', | ||
slug: '/new-design-language', | ||
imageUrl: '/images/updates/[email protected]', | ||
}); | ||
|
||
return {props: {title, description, posts}}; | ||
}; | ||
|
||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.