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

layout_stars #4986

Closed
wants to merge 2 commits into from
Closed

layout_stars #4986

wants to merge 2 commits into from

Conversation

IOherhi
Copy link

@IOherhi IOherhi commented Oct 25, 2024

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.

It looks like there are a couple of critical issues that need to be addressed before we can approve this Pull Request. The extra class hui in the HTML violates the task requirement of not adding additional classes, and the necessary images are missing from the project, which affects the core functionality. Please make these adjustments, and you'll be all set! 😊 Keep up the great work!

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

src/index.html Outdated
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star"></div>
<div class="stars__star hui"></div>

Choose a reason for hiding this comment

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

There is an additional class 'hui' on this star element. Ensure that this is intentional and necessary for your design or functionality. If not, consider removing it to maintain consistency with other star elements.

.stars--3 .stars__star:nth-last-child(n + 3),
.stars--4 .stars__star:nth-last-child(n + 2),
.stars--5 .stars__star:nth-last-child(n + 1) {
background-image: url(./images/star-active.svg);

Choose a reason for hiding this comment

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

Ensure that the image paths './images/star.svg' and './images/star-active.svg' are correct and that the images exist in the specified directory. This is crucial for the stars to display correctly.

@IOherhi IOherhi closed this Oct 27, 2024
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