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}) => {
3636 </div >
3737 </div >
3838 <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 >
5439 <a href = ' /docs/cloud/get-started/cloud-quick-start' className = ' home-page-hero-button' >
5540 <div style = { {
5641 fontWeight: ' 600' ,
@@ -79,7 +64,7 @@ export const Hero = ({children, color}) => {
7964 iconWidth = { ' 24px' } /></div >
8065 <div >Install locally</div >
8166 </div >
82- <div >Get setup locally </div >
67+ <div >Get started with OSS </div >
8368 </a >
8469 </div >
8570 </div >
You can’t perform that action at this time.
0 commit comments