Skip to content
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

Solution of the challenge Moyo Header #5673

Closed
wants to merge 1 commit into from

Conversation

MannyShussan
Copy link

No description provided.

Copy link

@mateacademy-ai-mentor mateacademy-ai-mentor left a 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! 😊 There are a few critical issues that need to be addressed before we can approve the changes. The <a> tag for the logo is missing an href attribute, which is essential for it to function as a link. Additionally, there's a typo in the CSS variable name --header-heigth that needs correction to ensure styles are applied correctly. Once these are fixed, your code will be in great shape! Keep up the great effort! 🚀

✨ 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.

<link
rel="stylesheet"
href="./style.css"
/>
</head>
<body>
<header class="header">
<a class="logo__link">

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The <a> tag for the logo lacks an href attribute. This attribute is necessary for the link to function properly. Consider adding a valid URL or # if it's meant to be a placeholder.

Comment on lines +43 to +45
<a
class="nav__link"
data-qa="hover"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The data-qa attribute is used for testing purposes. Ensure that this attribute is necessary and correctly implemented for your testing framework. If not needed, it can be removed.

}

html {
--header-heigth: 60px;

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a typo in the CSS variable name --header-heigth. It should be corrected to --header-height to ensure consistency and avoid potential issues in the styles that rely on this variable.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants