Responsive | Article Preview component[HTML, SCSS, vanilla Javascript]

Solution retrospective
My first solution here in Frontendmentor.
Ehr, having problems with the: "Anchor element found with a valid href attribute, but no link content has been supplied."
Wrapped an SVG element with an anchor tag(the social media icons). Any tips on the workaround for this? So I can get rid of these errors. Any feedback will be much appreciated. Thanks!
Please log in to post a comment
Log in with GitHubCommunity feedback
- @emestabillo
Hi @jiroRi, you could maybe try the suggestions here. What I did for this project instead was to use an
img
element with analt
attribute. It's less complicated :-) Hope this helps!
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