mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-01 03:29:39 +08:00
fix home link
This commit is contained in:
parent
6745f469bb
commit
bd3434de30
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user