Closed alexanderflink closed 2 years ago
https://github.com/noaignite/create-ignite-app/blob/dc2e7eb00f9ea854674bfddac3ddbb051d624fda/src/containers/App/partials/AppFooter.js#L50
Noticed that AppFooter renders an <ul> with only <a> elements in it. The links should probably be wrapped in <li> elements.
<ul>
<a>
<li>
Thanks @alexanderflink, I simplified the markup for the links and it's now correct :)
https://github.com/noaignite/create-ignite-app/blob/dc2e7eb00f9ea854674bfddac3ddbb051d624fda/src/containers/App/partials/AppFooter.js#L50
Noticed that AppFooter renders an
<ul>
with only<a>
elements in it. The links should probably be wrapped in<li>
elements.