Skip to content

Commit 938df2a

Browse files
author
Ives van Hoorne
committed
Add Dashboard post to homepage
1 parent 7b60f55 commit 938df2a

File tree

4 files changed

+18
-7
lines changed

4 files changed

+18
-7
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
title: "CodeSandbox Dashboard & Teams"
3+
authors: ["CompuIves"]
4+
---
5+
6+
You now have dashboard to organize your sandboxes with!
7+
8+
Read more about it
9+
[here](https://medium.com/@compuives/announcing-codesandbox-dashboard-teams-876f5933160b).
10+
11+
![CodeSandbox Live](./images/dashboard.png)
39.3 KB
Loading
60.2 KB
Loading

packages/homepage/src/screens/home/RecentPublications/index.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styled from 'styled-components';
44
import MaxWidth from 'common/components/flex/MaxWidth';
55

66
import liveImage from './codesandbox-live.png';
7-
import codeSandbox25Image from './codesandbox-2.5.png';
7+
import dashboardImage from './dashboard.png';
88
import parcelImage from './parcel.png';
99

1010
import media from '../../../utils/media';
@@ -100,6 +100,12 @@ export default () => (
100100
to stay up to date with new publications.
101101
</SubTitle>
102102
<Items style={{ marginBottom: '2rem' }}>
103+
<PublicationItem
104+
title="CodeSandbox Dashboard & Teams"
105+
description="Announcing Dashboard & Teams, you now have a dashboard to manage your sandboxes. With that you can now also share your sandboxes with your team."
106+
url="https://medium.com/@compuives/announcing-codesandbox-dashboard-teams-876f5933160b"
107+
image={dashboardImage}
108+
/>
103109
<PublicationItem
104110
title="CodeSandbox Live"
105111
description="Real time code collaboration in the browser. From now on you can open up your sandbox for live editing with others."
@@ -112,12 +118,6 @@ export default () => (
112118
url="https://hackernoon.com/introducing-the-vanilla-template-to-codesandbox-32244b58acec"
113119
image={parcelImage}
114120
/>
115-
<PublicationItem
116-
title="CodeSandbox 2.5"
117-
description="Announcing CodeSandbox 2.5. An editor redesign, Jest support, Babel Plugin support, a Cerebral rewrite and muuuuch more!"
118-
url="https://medium.com/@compuives/announcing-codesandbox-2-5-be767d15ffd"
119-
image={codeSandbox25Image}
120-
/>
121121
</Items>
122122
</MaxWidth>
123123
</Container>

0 commit comments

Comments
 (0)