docs(button): update "Link button" description [ci skip]

This commit is contained in:
Eric Liu 2022-04-17 12:57:29 -07:00
commit 6e1f9d49c4

View file

@ -81,7 +81,7 @@ Set `isSelected` to `true` to enable the selected state for an icon-only, ghost
### Link button ### Link button
If an `href` value is specified, the component will render an [anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) with a "button" role. If an `href` value is specified, the component will render an [anchor element](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/a) instead of a `button` element.
<Button href="#">Link button</Button> <Button href="#">Link button</Button>