-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finalized Moyo Header with fixesM #5842
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your hard work on this project! 😊 While your code meets many of the task requirements, there are a few critical issues that need to be addressed before we can approve the pull request. Specifically, the missing data-qa
attribute on the "LAPTOPS & COMPUTERS" link, the need for a CSS variable for the blue color, and the requirement to use CSS for uppercase text transformation are essential to meet the core requirements. Additionally, replacing the flex gap
property with margin
is necessary to align with the task guidelines. Once these changes are made, your solution will be in great shape! Keep up the great work, and don't hesitate to reach out if you need any help. 🚀
✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨
🔄 Fix the issues, commit the changes, and then re-request my review using the Re-request review
button in the Reviewers tab.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job on addressing many of the previous feedback points! 🎉 Your HTML and CSS files are well-structured, and you've implemented several key requirements, such as using CSS variables and text transformation. However, please note the following critical issue: the "LAPTOPS & COMPUTERS" link should have a data-qa="hover"
attribute for testing purposes, instead of the current data-qa="laptops-computers"
and data-ga="hover"
.
This decision to approve is made to help you progress in your learning journey. Please review the comments and make the necessary adjustments to improve your code. Addressing these issues will enhance your skills and prevent similar problems in the future. Keep up the great work and continue learning from these experiences! 🚀
✨ Please rate this review in the Platform's notification center. I will be grateful for your feedback! ✨
Completed the Moyo Header task with the following changes:
Please review the changes and let me know if any further updates are needed.