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 11import React from 'react' ;
22import clsx from 'clsx' ;
3+ import Link from '@docusaurus/Link' ;
34import useDocusaurusContext from '@docusaurus/useDocusaurusContext' ;
45import Layout from '@theme/Layout' ;
56import HomepageFeatures from '@site/src/components/HomepageFeatures' ;
@@ -24,6 +25,13 @@ function HomepageHeader() {
2425 src = { require ( '../../static/img/terminal.png' ) . default }
2526 alt = "Terminal"
2627 />
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 >
2735 </ div >
2836 </ header >
2937 ) ;
Original file line number Diff line number Diff line change 1717}
1818
1919.buttons {
20+ padding : 2rem 0 ;
2021 display : flex;
2122 align-items : center;
2223 justify-content : center;
2324}
2425
26+ .buttons > * : not (: first-child ) {
27+ margin-left : 1rem ;
28+ }
29+
2530@media screen and (min-width : 997px ) {
2631 .heroTerminal {
2732 width : 50% ;
You can’t perform that action at this time.
0 commit comments