File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/homepage/src/screens/home/RecentPublications Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -89,21 +89,21 @@ export default ({ sizes }) => (
8989 description = "Announcing CodeSandbox 2.0. With GitHub commiting, a new homepage and support for static files."
9090 url = "https://medium.com/@compuives/announcing-codesandbox-2-0-938cff3a0fcb"
9191 image = { codesandbox2Image }
92- sizes = { sizes [ 0 ] . node . sizes }
92+ sizes = { sizes [ 2 ] . node . sizes }
9393 />
9494 < PublicationItem
9595 title = "The Journey of CodeSandbox"
9696 description = "Ives explains how CodeSandbox came to be, how it works and what the future holds."
9797 url = "https://www.youtube.com/watch?v=5lR29NsJKW8"
9898 image = { zeitTalkImage }
99- sizes = { sizes [ 1 ] . node . sizes }
99+ sizes = { sizes [ 0 ] . node . sizes }
100100 />
101101 < PublicationItem
102102 title = "NPM in the browser"
103103 description = "What we have done to make npm work in the browser, and what we will do in the future."
104104 url = "https://hackernoon.com/how-we-make-npm-packages-work-in-the-browser-announcing-the-new-packager-6ce16aa4cee6"
105105 image = { npmArticleImage }
106- sizes = { sizes [ 2 ] . node . sizes }
106+ sizes = { sizes [ 1 ] . node . sizes }
107107 />
108108 </ Items >
109109 </ MaxWidth >
You can’t perform that action at this time.
0 commit comments