Closed tejasbenibagde closed 1 month ago
This pull request addresses several minor issues in the React project by correcting JSX attributes to align with React's conventions.
class
className
fill-rule
fillRule
These changes eliminate warnings in the console, improving the development experience and ensuring compliance with React standards.
N/A
Visit the deploys page to approve it
Summary
This pull request addresses several minor issues in the React project by correcting JSX attributes to align with React's conventions.
Changes Made
class
toclassName
fill-rule
withfillRule
Impact
These changes eliminate warnings in the console, improving the development experience and ensuring compliance with React standards.
Related Issues
N/A