
Please log in to post a comment
Log in with GitHubCommunity feedback
- @fermop
Hi benjach, how are you?
I can see that the image is not showing because the value into the src attribute. It can be fixed by adding the following:
<img src="./images/image-qr-code.png" alt="codigo Qr">
The
qr-code-component-main
folder is the root of your project and yourindex.html
is looking for an image into a folder of the root directory. Hope it helps! 😄Marked as helpful
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord