Responsive landing page ❤️

Please log in to post a comment
Log in with GitHubCommunity feedback
- @DavidMorgade
Hi and congrats on completing this challenge.
I have tested your component in firefox and is working fine, also checked the network tab and the fetching is giving me a 200 msg wich means everything went ok.
The only advice I would like to give you is to store the selectors on
const
instead oflet
, because you are not going to change the value of those constants, in this project it doesnt matter that much, but in larget project it can cause bugs.Hope my advice is useful, and keep it going!
Marked as helpful
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