Guys, who will reach the end and start making the footer, please note that the li tag is missing in the lesson for the list. A valid semantic version should have: ``` <ul> {socials.map((item) => ( <li key={item.id}> <a>social link</a> </li> ))} </ul> ``` 
Guys, who will reach the end and start making the footer, please note that the li tag is missing in the lesson for the list.
A valid semantic version should have: