fix: clarify object filter label
This commit is contained in:
@@ -333,9 +333,9 @@ export function App() {
|
||||
) : null}
|
||||
</section>
|
||||
|
||||
<section className="search-section" aria-labelledby="refine-heading">
|
||||
<section className="search-section" aria-labelledby="object-filters-heading">
|
||||
<div className="section-heading">
|
||||
<h2 id="refine-heading">Refine</h2>
|
||||
<h2 id="object-filters-heading">Object filters</h2>
|
||||
</div>
|
||||
|
||||
{commonFilters.length > 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user