Hi there! For anyone who may be experiencing issues with completing similar challenges. Here’s a quick breakdown of what this challenge is asking you to do:
The heart icon is almost done. You just need to color it red. To do that, set the svg element’s fill attribute to red.
Here is the code that needs to be modified:
code removed by moderator
In the code, there are 2 elements (<svg> and <path>), and each element has one or more attributes. The challenge is to add the fill attribute and the color to the appropriate element.
It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge. How to Help Someone with Their Code Using the Socratic Method
We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.