ydkjs-exercises
ydkjs-exercises copied to clipboard
List items being rendered non-semantically in BookHome
Within the <BookHome />
component, the <li>
is being rendered within the <Link>
component.
Inside a <ul>
or <ol>
all direct children should be <li>
's.
This would be a good first issue for someone looking to contribute.
Agreed! Thanks for opening this issue!
Semantics fixed, PR created #204