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>
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