Remove extraneous 'tutorials' and 'get started' buttons

This commit is contained in:
John David Pressman 2019-08-06 18:36:42 -07:00
parent 6e3ee8f5fa
commit 97ab188149

View File

@ -96,8 +96,6 @@ class HomeSplash extends React.Component {
<ProjectTitle siteConfig={siteConfig} />
<PromoSection>
<Button href={docUrl('setup/installation.html')}>Get Started</Button>
<Button href={docUrl('tutorials/get-started/tezos-taco-shop-smart-contract.html')}>Tutorials</Button>
<Button href={docUrl('setup-installation.html')}>Get Started</Button>
<Button href={docUrl('tutorials/get-started/tezos-taco-shop-smart-contract')}>Tutorials</Button>
<Button href={docUrl('contributors/origin.html')}>Contribute</Button>
</PromoSection>