Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update JSX attributes to avoid warnings #351

Merged
merged 4 commits into from
Oct 3, 2024

Conversation

tejasbenibagde
Copy link
Contributor

Summary

This pull request addresses several minor issues in the React project by correcting JSX attributes to align with React's conventions.

Changes Made

  • Updated class to className
  • Replaced fill-rule with fillRule
  • Other minor adjustments to attribute naming

Impact

These changes eliminate warnings in the console, improving the development experience and ensuring compliance with React standards.

Related Issues

N/A

Copy link

netlify bot commented Oct 1, 2024

👷 Deploy request for fossc pending review.

Visit the deploys page to approve it

Name Link
🔨 Latest commit f9784e2

Copy link
Member

@Mr-Sunglasses Mr-Sunglasses left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Mr-Sunglasses Mr-Sunglasses linked an issue Oct 3, 2024 that may be closed by this pull request
@Mr-Sunglasses Mr-Sunglasses merged commit e54970d into FOSS-Community:main Oct 3, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: update JSX attributes to avoid warnings
2 participants