You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li> should be the direct child of <ul> - I think this makes your page more easily interpretable for users with screen readers. Perhaps apply the class to the <li> or put the <div> inside if necessary.
The text was updated successfully, but these errors were encountered:
This nesting was throwing up issues when I ran lighthouse testing:
week4-alex-abdullah-joe-lisa/src/templates.js
Line 94 in 7472157
<li>
should be the direct child of<ul>
- I think this makes your page more easily interpretable for users with screen readers. Perhaps apply the class to the<li>
or put the<div>
inside if necessary.The text was updated successfully, but these errors were encountered: