File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 1
1
import React from 'react' ;
2
2
import clsx from 'clsx' ;
3
+ import Link from '@docusaurus/Link' ;
3
4
import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
4
5
import Layout from '@theme/Layout' ;
5
6
import HomepageFeatures from '@site/src/components/HomepageFeatures' ;
@@ -24,6 +25,13 @@ function HomepageHeader() {
24
25
src = { require ( '../../static/img/terminal.png' ) . default }
25
26
alt = "Terminal"
26
27
/>
28
+ < div className = { styles . buttons } >
29
+ < Link
30
+ className = "button button--secondary button--lg"
31
+ to = "/docs/quick-start" >
32
+ Get Started
33
+ </ Link >
34
+ </ div >
27
35
</ div >
28
36
</ header >
29
37
) ;
Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
.buttons {
20
+ padding : 2rem 0 ;
20
21
display : flex;
21
22
align-items : center;
22
23
justify-content : center;
23
24
}
24
25
26
+ .buttons > * : not (: first-child ) {
27
+ margin-left : 1rem ;
28
+ }
29
+
25
30
@media screen and (min-width : 997px ) {
26
31
.heroTerminal {
27
32
width : 50% ;
You can’t perform that action at this time.
0 commit comments