docs: fix btn demo typo (#24463)

This commit is contained in:
xrkffgg 2020-05-26 09:37:26 +08:00 committed by GitHub
parent 84bd53627b
commit b34b956529
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -97,7 +97,7 @@ Array [
type="button" type="button"
> >
<span> <span>
link Dashed
</span> </span>
</button>, </button>,
<button <button

View File

@ -23,7 +23,7 @@ ReactDOM.render(
</Button> </Button>
<Button danger>Default</Button> <Button danger>Default</Button>
<Button type="dashed" danger> <Button type="dashed" danger>
link Dashed
</Button> </Button>
<Button type="link" danger> <Button type="link" danger>
link link