Skip to content

Commit

Permalink
docs(Button): fix readme noText example (#1710)
Browse files Browse the repository at this point in the history
Co-authored-by: Antamansid <antamansid@yandex.ru>
  • Loading branch information
Antamansid and Antamansid authored Jul 17, 2024
1 parent 83e94b3 commit 23c2e54
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@ To add an icon to the `Button`, you should use the [`Icon`](../Icon) component,
<Icon data={Gear} size={18} />
</Button>
<Button view="outlined" size="l">
No text:
<Icon data={Gear} size={18} />
</Button>
`}
Expand Down

0 comments on commit 23c2e54

Please sign in to comment.