Design comparison
SolutionDesign
Community feedback
- @Rexwins05Posted about 2 years ago
Hello There!
The Source code on github link does not work.
But on another note, I checked the code for it anyway and you coded the image element as:
<img src="/qr-code-component-main/images/image-qr-code.png" alt="">I fidled a little and discovered that if you change the ""/qr-code-component-main/images/image-qr-code.png" part to only :
"image-qr-code.png"
Then the image should show.
So In short the line should read :
<img src="image-qr-code.png" alt="">But the rest looks pretty good, well done!
Marked as helpful1@viktorqjkPosted about 2 years ago@Rexwins05 Hello !
Thanks very much for your reply. I fixed the img and github link shoud work now.
0@Rexwins05Posted about 2 years ago@viktorqjk
I can confirm, bot the image and the github linkworks now, well done.
Marked as helpful0
Please log in to post a comment
Log in with GitHubJoin 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