Skip to content

Commit

Permalink
[docs] Fix Link outdated default underline prop (#28134)
Browse files Browse the repository at this point in the history
  • Loading branch information
outofgamut authored Sep 4, 2021
1 parent 6556c03 commit 70ffede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/components/links/links.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ However, the Link component has some different default props than the Typography

## Underline

The `underline` prop can be used to set the underline behavior. The default is `hover`.
The `underline` prop can be used to set the underline behavior. The default is `always`.

{{"demo": "pages/components/links/UnderlineLink.js"}}

Expand Down

0 comments on commit 70ffede

Please sign in to comment.