diff --git a/packages/react/src/Link/Link.docs.json b/packages/react/src/Link/Link.docs.json index 60f46b19839..917e11431d0 100644 --- a/packages/react/src/Link/Link.docs.json +++ b/packages/react/src/Link/Link.docs.json @@ -34,18 +34,12 @@ "defaultValue": "false", "description": "Set to true for links adjacent to text, underlining them for clear visibility and improved accessibility." }, - { - "name": "underline", - "type": "boolean", - "defaultValue": "false", - "description": "Use `inline` instead.", - "deprecated": true - }, { "name": "hoverColor", "type": "string", "defaultValue": "", - "description": "Color used when hovering over the link." + "description": "Use CSS modules to style hover color.", + "deprecated": true }, { "name": "ref", @@ -58,4 +52,4 @@ } ], "subcomponents": [] -} \ No newline at end of file +}