Skip to content

Commit 210a258

Browse files
committed
remove cloud box
1 parent 2f30f8a commit 210a258

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

src/pages/index.mdx

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)