Skip to content

Commit 854a604

Browse files
authored
Revert "Update Link inline prop description (#4127)" (#4134)
This reverts commit c21b939.
1 parent 73806cf commit 854a604

File tree

2 files changed

+4
-10
lines changed

2 files changed

+4
-10
lines changed

.changeset/nice-seals-decide.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

src/Link/Link.docs.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,26 +15,25 @@
1515
"name": "muted",
1616
"type": "boolean",
1717
"defaultValue": "false",
18-
"description": "Uses a less prominent shade for Link color, and the default link shade on hover."
18+
"description": "Uses a less prominent shade for Link color, and the default link shade on hover"
1919
},
2020
{
2121
"name": "inline",
2222
"type": "boolean",
2323
"defaultValue": "false",
24-
"description": "Set to true for links adjacent to text, underlining them for clear visibility and improved accessibility."
24+
"description": "Tag link inside a text block"
2525
},
2626
{
2727
"name": "underline",
2828
"type": "boolean",
2929
"defaultValue": "false",
30-
"description": "Adds underline to the Link",
31-
"deprecated": true
30+
"description": "Adds underline to the Link"
3231
},
3332
{
3433
"name": "hoverColor",
3534
"type": "string",
3635
"defaultValue": "",
37-
"description": "Color used when hovering over the link."
36+
"description": "Color used when hovering over link"
3837
},
3938
{
4039
"name": "ref",

0 commit comments

Comments
 (0)