Latest solutions
Designo website using React and Tailwind CSS
#react#tailwind-cssPSubmitted about 1 year agoAny feedback will be highly appreciated. Thanks
Latest comments
- @leyroyP@MohammedHelal
Hi Ley Roy,
Good job,
The QR code image is not showing in the card as the src is not properly set. Try changing it to ./images/image-qr-code.png including the dot to get it to show.
For example: <img src="./images/image-qr-code.png" alt="">