We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My company's website (NextJS app) has links to Twitter in the footer, which uses the Twitter icon from this package like this:
import TwitterIcon from "super-tiny-icons/images/svg/twitter.svg";
This works perfectly. I wanted to change the Twitter icon to the X icon, to reflect the website's new change. However, this does not work:
import TwitterIcon from "super-tiny-icons/images/svg/x.svg";
It gives the Module not found: Can't resolve 'super-tiny-icons/images/svg/x.svg' error.
Module not found: Can't resolve 'super-tiny-icons/images/svg/x.svg'
Two things to note:
I think this is a bug. Let me know if I'm doing something wrong or if more info is needed.
The text was updated successfully, but these errors were encountered:
I've tried publishing a new version. Please let me know if 0.6.0 solves it.
Sorry, something went wrong.
@edent Yes, that works, thank you!
No branches or pull requests
My company's website (NextJS app) has links to Twitter in the footer, which uses the Twitter icon from this package like this:
This works perfectly. I wanted to change the Twitter icon to the X icon, to reflect the website's new change. However, this does not work:
It gives the
Module not found: Can't resolve 'super-tiny-icons/images/svg/x.svg'error.Two things to note:
I think this is a bug. Let me know if I'm doing something wrong or if more info is needed.
The text was updated successfully, but these errors were encountered: