Browse Source

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

pull/903/head
PKAQ 8 years ago
committed by 陈帅
parent
commit
f388d92540
  1. 7
      src/components/GlobalHeader/index.js

7
src/components/GlobalHeader/index.js

@ -95,13 +95,14 @@ export default class GlobalHeader extends PureComponent {
}}
/>
<Tooltip title="使用文档">
<Link
<a
target="_blank"
to="http://pro.ant.design/docs/getting-started"
href="http://pro.ant.design/docs/getting-started"
rel="noopener noreferrer"
className={styles.action}
>
<Icon type="question-circle-o" />
</Link>
</a >
</Tooltip>
<NoticeIcon
className={styles.action}

Loading…
Cancel
Save