Remove undeleted merge conflict markers on homepage

This commit is contained in:
John David Pressman 2019-08-05 17:47:38 -07:00
parent 9cc2a7a0c9
commit 6e3ee8f5fa

View File

@ -95,13 +95,10 @@ class HomeSplash extends React.Component {
<div className="inner"> <div className="inner">
<ProjectTitle siteConfig={siteConfig} /> <ProjectTitle siteConfig={siteConfig} />
<PromoSection> <PromoSection>
<<<<<<< HEAD
<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('tutorials/get-started/tezos-taco-shop-smart-contract')}>Tutorials</Button>
>>>>>>> Fix broken link to tutorials on front page of ligolang site
<Button href={docUrl('contributors/origin.html')}>Contribute</Button> <Button href={docUrl('contributors/origin.html')}>Contribute</Button>
</PromoSection> </PromoSection>
</div> </div>