Remove duplicate Tutorials button from the home page

This commit is contained in:
Matej Šima 2019-08-08 14:25:54 +00:00
parent 695ae33483
commit c8c6a574c6

View File

@ -98,7 +98,6 @@ class HomeSplash extends React.Component {
<Button href={docUrl('setup/installation.html')}>Get Started</Button> <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('tutorials/get-started/tezos-taco-shop-smart-contract.html')}>Tutorials</Button>
<Button href={docUrl('setup-installation.html')}>Get Started</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> <Button href={docUrl('contributors/origin.html')}>Contribute</Button>
</PromoSection> </PromoSection>
</div> </div>