Commit f388d925 authored by PKAQ's avatar PKAQ Committed by 陈帅

修復点使用文档没有进行正确的跳转 (#893)

parent 99943685
...@@ -95,13 +95,14 @@ export default class GlobalHeader extends PureComponent { ...@@ -95,13 +95,14 @@ export default class GlobalHeader extends PureComponent {
}} }}
/> />
<Tooltip title="使用文档"> <Tooltip title="使用文档">
<Link <a
target="_blank" target="_blank"
to="http://pro.ant.design/docs/getting-started" href="http://pro.ant.design/docs/getting-started"
rel="noopener noreferrer"
className={styles.action} className={styles.action}
> >
<Icon type="question-circle-o" /> <Icon type="question-circle-o" />
</Link> </a >
</Tooltip> </Tooltip>
<NoticeIcon <NoticeIcon
className={styles.action} className={styles.action}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment