Skip to content

Commit

Permalink
fixup! Docs(v3): Add migration guide for Link isUnderlined prop depre…
Browse files Browse the repository at this point in the history
…cation
  • Loading branch information
pavelklibani committed Oct 10, 2024
1 parent b009d35 commit f1e3577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/migrations/web-react/MIGRATION-v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Manually replace the props in your project.

### Link `isUnderlined`

`isUnderlined` property will be replaced in the next major version. Please use `underlined` instead.
The `isUnderlined` property was removed, please use `underlined` instead.

#### Migration Guide

Expand All @@ -57,7 +57,7 @@ npx @lmc-eu/spirit-codemods -p <path> -t v3/web-react/link-underlined-prop

Manually replace the props in your project.

- `<Link isUnderlined … />``<Button underlined="always" … />`
- `<Link isUnderlined … />``<Link underlined="always" … />`
</details>

---
Expand Down

0 comments on commit f1e3577

Please sign in to comment.