Skip to content

Commit

Permalink
Correcting JSX issues found in issue saadeghi#1096 (saadeghi#1099)
Browse files Browse the repository at this point in the history
* fix: corrected incorrect jsx attribute on drawer and modal components

I used vscode find and replace with regex

find: `label for="([\w-]+)" className`

replace: `label htmlFor="$1" className`

* fix: corrected style spelling

* fix: corrected svg attributes in bottom-navigation

* fix: style attribute was a string in jsx example

* fix: corrected `fill-rule` and `clip-rule` attributes in JSX examples

* fix: removed occurences of `checkbox="checked"` from checkbox JSX example
  • Loading branch information
chazzox authored and ImgBotApp committed Jun 5, 2023
1 parent 5e1df7a commit 75e6580
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 63 deletions.

0 comments on commit 75e6580

Please sign in to comment.