Design comparison
Solution retrospective
I would love all the feedback! I want to know, specifically, how to get past the accessibility issues in the 'social__links' list because I am using Font Awesome icons so it's telling me that there's no valid link to the href.
Community feedback
- @jkalandarovPosted over 4 years ago
There is no valid link because you have not specified any links yet. # means empty. If you want to redirect your users to Facebook, you should give link to Facebook (https://facebook.com) instead of #. Facebook will open on the same page. If you want facebook opened in new page then write this code after href: target="_blank"
I hope it helps!
1 - @victor4rthurPosted over 4 years ago
A partir da linha 76 você deve substituir os "#" pelos respectivos links que você deseja redirecionar o usuário.
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