Design comparison
SolutionDesign
Community feedback
- @xaintobasPosted 4 months ago
Hi @somayakhaled,
Great job on your project! I noticed that the "SENADS" icon isn't displaying correctly on your deployed site. It looks like the issue might be due to the "/" in the image source path. You could try updating your code to the following:
<img src="images/icon-sedans.svg" alt="SENADS">
This should help ensure the icon displays properly. Keep up the good work!
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