Skip to content

Commit

Permalink
[Gatsby] Consistent capitalization for homepage call to action (#10892)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon committed Sep 27, 2017
1 parent 9f276dc commit cb02b22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/src/templates/home.js
Expand Up @@ -117,7 +117,7 @@ class Home extends Component {
</CtaItem>
<CtaItem>
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
Take the tutorial
Take the Tutorial
</ButtonLink>
</CtaItem>
</Flex>
Expand Down Expand Up @@ -148,7 +148,7 @@ class Home extends Component {
</CtaItem>
<CtaItem>
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
Take the tutorial
Take the Tutorial
</ButtonLink>
</CtaItem>
</Flex>
Expand Down

0 comments on commit cb02b22

Please sign in to comment.