Skip to content

Commit 03e94b5

Browse files
authored
Merge pull request #2 from codepod-io/add-v0.4.3-link
add v0.4.3 link
2 parents 77057a2 + 21123f7 commit 03e94b5

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

src/pages/index.js

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,31 @@ function HomepageHeader() {
3434
{/* CodePod */}
3535
</h1>
3636
<p className="hero__subtitle">Coding on a canvas, more organized.</p>
37+
<Box sx={{ my: 3 }}>
38+
<div className="container">
39+
<Box
40+
sx={{
41+
mx: 3,
42+
}}
43+
component="span"
44+
>
45+
<Link
46+
className="button button--secondary button--lg"
47+
to="https://app.codepod.io"
48+
>
49+
Try it online
50+
</Link>
51+
</Box>
52+
<Link
53+
className="button button--secondary button--lg"
54+
to="https://github.com/codepod-io/codepod"
55+
>
56+
Source Code
57+
</Link>
58+
</div>
59+
</Box>
60+
61+
<Box></Box>
3762
<Admonition type="info" title="What's new">
3863
<Stack spacing={2}>
3964
<Item
@@ -45,6 +70,21 @@ function HomepageHeader() {
4570
namespace-aware runtime, auto-layout engine, and real-time
4671
collaboration.
4772
</Item>
73+
<Item
74+
sx={{
75+
textAlign: "start",
76+
}}
77+
>
78+
[11/06/2022] v0.4.3 is online,{" "}
79+
<Link
80+
to="https://app.codepod.io"
81+
// className="button button--secondary button--lg"
82+
>
83+
try it here
84+
</Link>{" "}
85+
, featuring <b>k8s runtime spawner</b>, better runtime management,
86+
http proxy, and various bug fixes.
87+
</Item>
4888
<Item
4989
sx={{
5090
textAlign: "start",

0 commit comments

Comments
 (0)