Skip to content

Commit 402bc75

Browse files
authored
FIx UnderlineNav docs formatting causing MDX parser to fail (#5774)
1 parent c9d063d commit 402bc75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/UnderlineNav/UnderlineNav.docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@
7272
"name": "href",
7373
"type": "string",
7474
"defaultValue": "",
75-
"description": "The URL that the item navigates to. 'href' is passed to the underlying '<a>' element. If 'as' is specified, the component may need different props and 'href' is ignored. (Required prop for the react router is 'to' for example)"
75+
"description": "The URL that the item navigates to. `href` is passed to the underlying `<a>` element. If 'as' is specified, the component may need different props and 'href' is ignored. (Required prop for the react router is 'to' for example)"
7676
},
7777
{
7878
"name": "icon",

0 commit comments

Comments
 (0)