@@ -3,9 +3,9 @@ import styled from 'styled-components';
33
44import MaxWidth from 'common/components/flex/MaxWidth' ;
55
6- import codesandbox2Image from './1-codesandbox2.png' ;
7- import zeitTalkImage from './2-zeit-talk.jpg ' ;
8- import npmArticleImage from './3-npm-article.png ' ;
6+ import npmArticleImage from './1-codesandbox2.5 .png' ;
7+ import codesandbox2Image from './2-codesandbox2.png ' ;
8+ import zeitTalkImage from './3-zeit-talk.jpg ' ;
99
1010import media from '../../../utils/media' ;
1111
@@ -81,6 +81,12 @@ export default () => (
8181 < Title > Recent Publications</ Title >
8282
8383 < Items >
84+ < PublicationItem
85+ title = "CodeSandbox 2.5"
86+ description = "Announcing CodeSandbox 2.5. An editor redesign, Jest support, Babel Plugin support, a Cerebral rewrite and muuuuch more!"
87+ url = "https://medium.com/@compuives/announcing-codesandbox-2-5-be767d15ffd"
88+ image = { npmArticleImage }
89+ />
8490 < PublicationItem
8591 title = "CodeSandbox 2.0"
8692 description = "Announcing CodeSandbox 2.0. With GitHub commiting, a new homepage and support for static files."
@@ -93,12 +99,6 @@ export default () => (
9399 url = "https://www.youtube.com/watch?v=5lR29NsJKW8"
94100 image = { zeitTalkImage }
95101 />
96- < PublicationItem
97- title = "NPM in the browser"
98- description = "What we have done to make npm work in the browser, and what we will do in the future."
99- url = "https://hackernoon.com/how-we-make-npm-packages-work-in-the-browser-announcing-the-new-packager-6ce16aa4cee6"
100- image = { npmArticleImage }
101- />
102102 </ Items >
103103 </ MaxWidth >
104104 </ Container >
0 commit comments