Responsive | Article Preview component[HTML, SCSS, vanilla Javascript]
Design comparison
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!
Community feedback
- @emestabilloPosted over 4 years ago
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!1@jiroRiPosted over 4 years ago@emestabillo Thanks for the suggestion and reply. That is certainly one good way of a workaround. I might just settle to that instead so the error won't bother me haha.
Anyways, I was just wondering if there is a workaround for anchoring an SVG or a Path that won't result to the errors I am getting.
0
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