fix home link

This commit is contained in:
afc163 2016-09-26 12:28:10 +08:00
parent 6745f469bb
commit bd3434de30
2 changed files with 5 additions and 5 deletions

View File

@ -67,20 +67,20 @@
> a {
display: inline-block;
height: 36px;
height: 40px;
padding: 0 16px;
border-radius: 6px;
border: 1px solid #2db7f5;
color: #2db7f5;
font-size: 14px;
font-size: 15px;
background: transparent;
transition: box-shadow .45s ease-out;
text-align: center;
line-height: 34px;
line-height: 36px;
margin-left: 8px;
}
> a:hover {
box-shadow: 0 0 18px #00AAEE;
box-shadow: 0 0 10px #2db7f5;
}
}

View File

@ -29,7 +29,7 @@ export default class Banner extends React.Component {
<Link to="/docs/spec/introduce">
<FormattedMessage id="app.home.introduce" />
</Link>
<Link to="/docs/spec/react">
<Link to="/docs/react/introduce">
<FormattedMessage id="app.home.start" />
</Link>
</div>