From 6e1f9d49c493ee067e5d855123c57f12fa07f2de Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Sun, 17 Apr 2022 12:57:29 -0700 Subject: [PATCH] docs(button): update "Link button" description [ci skip] --- docs/src/pages/components/Button.svx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/components/Button.svx b/docs/src/pages/components/Button.svx index 772dd77f..933720b0 100644 --- a/docs/src/pages/components/Button.svx +++ b/docs/src/pages/components/Button.svx @@ -81,7 +81,7 @@ Set `isSelected` to `true` to enable the selected state for an icon-only, ghost ### 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.