Skip to content

Commit

Permalink
WCAG add <nav> tag around menu-bar__secondary-dropdown__menu
Browse files Browse the repository at this point in the history
  • Loading branch information
BarbaraOliveira13 committed Jan 9, 2025
1 parent e506575 commit 6a7f2bd
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
<%= render :metadata %>
<%= cell "decidim/content_blocks/menu_breadcrumb_last_activity", model, hide_participatory_space: true %>
</div>
<ul class="menu-bar__secondary-dropdown__menu">
<%= render :links %>
</ul>
<nav role="navigation" aria-label="Secondary menu">
<ul class="menu-bar__secondary-dropdown__menu">
<%= render :links %>
</ul>
</nav>
</div>

0 comments on commit 6a7f2bd

Please sign in to comment.