Skip to content

Commit

Permalink
delete new/second h1 and update aria-labelldby attribut
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jan 13, 2025
1 parent b373d4b commit db440ab
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions decidim-core/app/views/decidim/searches/_filters.html.erb
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
<nav role="navigation" aria-labelledby="filters-title">
<h1 id="filters-title" class="sr-only">
<%= t("decidim.searches.filters.title") %>
</h1>
<nav role="navigation" aria-labelledby="proposals-count">
<div class="filter-container search__filter">
<button id="dropdown-trigger-search" data-component="dropdown" data-target="dropdown-menu-search" data-auto-close="true">
<%= content_tag :span, t("decidim.searches.filters_small_view.filter_by"), class: "#{"is-active" if params.dig(:filter, :with_resource_type) == nil}" %>
Expand Down

0 comments on commit db440ab

Please sign in to comment.