Skip to content

Commit

Permalink
fix(Link): change href property type description (#1574) (#1593)
Browse files Browse the repository at this point in the history
Co-authored-by: Mr.Dr.Professor Patrick <[email protected]>
  • Loading branch information
saripovdenis and korvin89 authored May 20, 2024
1 parent 98fd95f commit 0aec983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Link/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ LANDING_BLOCK-->
| :--------- | :----------------------------------------- | :-------------------------------------------------------: | :--------: |
| view | Link appearance | `"normal" \| "primary" \| "secondary"` | `"normal"` |
| visitable | Display `:visitable` CSS state | `boolean \| undefined` |
| href | HTML `href` attribute | `string \| undefined` |
| href | HTML `href` attribute | `string` |
| target | HTML `target` attribute | `string \| undefined` |
| rel | HTML `rel` attribute | `string \| undefined` |
| title | HTML `title` attribute | `string \| undefined` |
Expand Down

0 comments on commit 0aec983

Please sign in to comment.