Skip to content

Commit

Permalink
[#357] Removed aria-expanded for menu link.
Browse files Browse the repository at this point in the history
  • Loading branch information
febdao committed Dec 15, 2024
1 parent f751fcf commit d72bc22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/00-base/menu/menu.twig
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
title: item.title,
url: item.url,
modifier_class: 'ct-menu__item__link',
attributes: item.link_attributes|default('') ~ aria_expanded,
attributes: item.link_attributes|default(''),
is_new_window: item.is_new_window is defined ? item.is_new_window : false,
is_external: item.is_external is defined ? item.is_external : false,
} only %}
Expand Down

0 comments on commit d72bc22

Please sign in to comment.