Interactive Rating Component - Sass & jQuery

Solution retrospective
Anchor tag error
When I was finishing my project I found the following error:
- Link 'rel' attribute should include 'noopener'.
The code was written as follows:
<footer> Challenge by <a href="https://www.frontendmentor.io?ref=challenge" target="_blank">Frontend Mentor</a> Coded by <a href="https://github.com/caduovieira" target="_blank">Cadu Vieira</a> </footer>
If someone could help me explaining why this happened, I'd be thankful.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @kanuos
Hi Cadu, it is not an error - rather an attribution. When someone sees your solution, FrontEnd Mentor wants the visitor to know that the design was created by them.
If you want you can hide them using something similar to tailwind's
sr-only
class.
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