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
refactor(navigation-docs): make <a> wrap <li> instead of <li> wrap <a>
this change improves the "click" behaviror. Because of current wrapping sequence, you must click on
the text instead of the container to trigger url (container is <li>, text is <a>). Now, clicking on
the container, or text, will trigger url (container is <a>, text is <li>)
0 commit comments