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
Not sure how I didn't notice this before, for the issues list page has NO headings. This is not ideal from an accessibility perspective and it throwing a warning.
Could we perhaps turn the "View all Open Issues" into an H1?
<span class="Dropdown-label">View all Open Issues</span>
to
<h1 class="Dropdown-label">View all Open Issues</h1>
The text was updated successfully, but these errors were encountered:
Not sure how I didn't notice this before, for the issues list page has NO headings. This is not ideal from an accessibility perspective and it throwing a warning.
Could we perhaps turn the "View all Open Issues" into an H1?
to
The text was updated successfully, but these errors were encountered: