-
-
Notifications
You must be signed in to change notification settings - Fork 43
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
feat: Use icon library instead of SVGs #271
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Theres some more resources in the static dir for icons iirc. Should they be possible to replace, please do so in this PR as well.
can you explain this further? @oSumAtrIX |
everything should be swapped out now |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
a container for the icon shouldnt be necessary. If you need to change the icon directly, use the components props. If you need to align it or similar, change the outer div.
What's this?
A simple component that replaces the use of SVGs in the website.
closes #255