From e3bc92a4c8b47697a13e22e9739a4723578a398d Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Tue, 12 Apr 2022 07:34:53 -0700 Subject: [PATCH] docs(link): add note on disabled link --- docs/src/pages/components/Link.svx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/pages/components/Link.svx b/docs/src/pages/components/Link.svx index 1743f75f..532fd128 100644 --- a/docs/src/pages/components/Link.svx +++ b/docs/src/pages/components/Link.svx @@ -66,6 +66,8 @@ Note that `inline` must be `false` when rendering a link with an icon. ### Disabled +A `disabled` link will render a `p` tag instead of an anchor element. + Carbon Design System