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
Some of the dark mode social icons result in an undefined srcset value which results in broken images.
undefined
For example:
<picture> <source media="(prefers-color-scheme: dark)" srcset="undefined" /> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/hashnode.svg" /> <img src="https://raw.githubusercontent.com/danielcranney/readme-generator/main/public/icons/socials/hashnode.svg" width="32" height="32" /> </picture>
When deployed, displaying this in dark mode results in a broken image.
I will submit a pull request to fix.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some of the dark mode social icons result in an
undefined
srcset value which results in broken images.For example:
When deployed, displaying this in dark mode results in a broken image.
I will submit a pull request to fix.
The text was updated successfully, but these errors were encountered: