Skip to content

Commit

Permalink
📝 updated CTA buttons to match header
Browse files Browse the repository at this point in the history
  • Loading branch information
resir014 committed Mar 27, 2018
1 parent 302310c commit df637b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ class HomeSplash extends React.Component {
<ProjectTitle />
<PromoSection>
<Button href='https://bemuse.ninja' target='blank' rel='noopener noreferrer'>Try It Out</Button>
<Button href={docUrl('users-gameplay.html', language)}>Read User Docs</Button>
<Button href={docUrl('developers-getting-started.html', language)}>Read Developer Docs</Button>
<Button href={docUrl('users-gameplay.html', language)}>Read the Docs</Button>
<Button href={pageUrl('contribute.html', language)}>Contribute</Button>
</PromoSection>
</div>
</SplashContainer>
Expand All @@ -105,8 +105,8 @@ const FooterButtons = props => (
>
<PromoSection>
<Button href='https://bemuse.ninja' target='blank' rel='noopener noreferrer'>Try It Out</Button>
<Button href={docUrl('users-gameplay.html', props.language || '')}>Read User Docs</Button>
<Button href={docUrl('developers-getting-started.html', props.language || '')}>Read Developer Docs</Button>
<Button href={docUrl('users-gameplay.html', props.language || '')}>Read the Docs</Button>
<Button href={pageUrl('contribute.html', props.language || '')}>Contribute</Button>
</PromoSection>
</div>
)
Expand Down

0 comments on commit df637b6

Please sign in to comment.