Skip to content

Commit

Permalink
fixup! Feat(codemod): Add codemod for the Link underlined prop
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelklibani committed Aug 13, 2024
1 parent e8047fe commit b7da21c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/codemods/src/transforms/v3/web-react/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ You can find instructions on how to run these codemods in the main package [READ

## Included Scripts

### `v3/web-react/link-underlined-prop` — Link `isUnderlined` to `udnerlined` prop change
### `v3/web-react/link-underlined-prop` — Link `isUnderlined` to `underlined` prop change

This codemod updates the `Link` component by replacing the `isUnderlined` prop with a new `underlined` prop, setting it to "always".

Expand Down

0 comments on commit b7da21c

Please sign in to comment.