mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-11 19:42:54 +08:00
Fix a typo in tooltip demo
This commit is contained in:
parent
a580826675
commit
f847c23c46
@ -28,7 +28,7 @@ ReactDOM.render(
|
||||
<a href="#">左上</a>
|
||||
</Tooltip>
|
||||
<Tooltip placement="left" title={text}>
|
||||
<a href="#">左下</a>
|
||||
<a href="#">左边</a>
|
||||
</Tooltip>
|
||||
<Tooltip placement="leftBottom" title={text}>
|
||||
<a href="#">左下</a>
|
||||
|
Loading…
Reference in New Issue
Block a user