Skip to content

Commit

Permalink
added whats new section for uplift (#9842)
Browse files Browse the repository at this point in the history
.
  • Loading branch information
dominikwilkowski authored Jul 26, 2023
1 parent 7b4a8fa commit a3460a3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions polaris.shopify.com/pages/whats-new.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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}};
};

Expand Down
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.

0 comments on commit a3460a3

Please sign in to comment.