File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -36,21 +36,6 @@ export const Hero = ({children, color}) => {
36
36
</div >
37
37
</div >
38
38
<div className = ' home-page-hero-right' >
39
- <a href = ' /docs/cloud/overview' className = ' home-page-hero-button' >
40
- <div style = { {
41
- fontWeight: ' 600' ,
42
- fontSize: ' 18px' ,
43
- marginBottom: ' 12px' ,
44
- display: ' flex' ,
45
- flexDirection: ' row' ,
46
- alignItems: ' center'
47
- }} >
48
- <div style = { {display: ' flex' , float: ' left' , margin: 0 , marginRight: ' 8px' }} ><IconCloud
49
- iconWidth = { ' 24px' } /></div >
50
- <div >Cloud</div >
51
- </div >
52
- <div >Read the docs</div >
53
- </a >
54
39
<a href = ' /docs/cloud/get-started/cloud-quick-start' className = ' home-page-hero-button' >
55
40
<div style = { {
56
41
fontWeight: ' 600' ,
@@ -79,7 +64,7 @@ export const Hero = ({children, color}) => {
79
64
iconWidth = { ' 24px' } /></div >
80
65
<div >Install locally</div >
81
66
</div >
82
- <div >Get setup locally </div >
67
+ <div >Get started with OSS </div >
83
68
</a >
84
69
</div >
85
70
</div >
You can’t perform that action at this time.
0 commit comments