We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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>
The text was updated successfully, but these errors were encountered:
Fix: adrianhajdin#4 Missing li tag in Socials list
bba2bb1
issue: adrianhajdin#4 Fixed missing li tag in social list in Footer section
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: