Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
kvetoslavnovak authored and afc163 committed Sep 10, 2016
1 parent 57cdbe1 commit 1070925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/button/demo/icon.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import { Button } from 'antd';
ReactDOM.render(
<div>
<Button type="primary" shape="circle" icon="search" />
<Button type="primary" icon="search">搜索</Button>
<Button type="primary" icon="search">Search</Button>
<br />
<Button type="ghost" shape="circle-outline" icon="search" />
<Button type="ghost" icon="search">Search</Button>
Expand Down

0 comments on commit 1070925

Please sign in to comment.