Skip to content

Commit

Permalink
Merge branch 'master' into tr/footer
Browse files Browse the repository at this point in the history
  • Loading branch information
koba04 authored Feb 27, 2019
2 parents 996abf0 + daecb94 commit 9bd35f5
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ class Home extends Component {
fontSize: 30,
},
}}>
A JavaScript library for building user interfaces
ユーザインターフェース構築のための JavaScript ライブラリ
</p>
<Flex
valign="center"
Expand All @@ -148,12 +148,12 @@ class Home extends Component {
<ButtonLink
to="/docs/getting-started.html"
type="primary">
Get Started
スタートガイド
</ButtonLink>
</CtaItem>
<CtaItem>
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
Take the Tutorial
チュートリアルを見る
</ButtonLink>
</CtaItem>
</Flex>
Expand Down Expand Up @@ -285,12 +285,12 @@ class Home extends Component {
<Flex valign="center">
<CtaItem>
<ButtonLink to="/docs/getting-started.html" type="primary">
Get Started
スタートガイド
</ButtonLink>
</CtaItem>
<CtaItem>
<ButtonLink to="/tutorial/tutorial.html" type="secondary">
Take the Tutorial
チュートリアルを見る
</ButtonLink>
</CtaItem>
</Flex>
Expand Down

0 comments on commit 9bd35f5

Please sign in to comment.