Skip to content

Commit

Permalink
docs: Menu add icon.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 2, 2017
1 parent 649243a commit face22e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Router.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ const RoutersContainer = withRouter(({ history, location, ...props }) => {
<div className={`${prefixCls}-info`}>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/uiw-react/uiw/issues"><Icon type="message" /> 反馈建议</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/uiw-react/uiw/issues/new"><Icon type="question-circle" /> 提交bug</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/uiw-react/uiw">Github</a>
<a target="_blank" rel="noopener noreferrer" href="https://github.com/uiw-react/uiw"><Icon type="github" /> Github</a>
</div>
</div>
</div>
Expand Down

0 comments on commit face22e

Please sign in to comment.