File tree Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Expand file tree Collapse file tree 1 file changed +40
-0
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,31 @@ function HomepageHeader() {
34
34
{ /* CodePod */ }
35
35
</ h1 >
36
36
< 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 >
37
62
< Admonition type = "info" title = "What's new" >
38
63
< Stack spacing = { 2 } >
39
64
< Item
@@ -45,6 +70,21 @@ function HomepageHeader() {
45
70
namespace-aware runtime, auto-layout engine, and real-time
46
71
collaboration.
47
72
</ 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 >
48
88
< Item
49
89
sx = { {
50
90
textAlign : "start" ,
You can’t perform that action at this time.
0 commit comments