Skip to content

Commit

Permalink
Update aria-label for Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvnn committed Aug 26, 2024
1 parent 18af49a commit 0cf6c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/library/astroid/Component/Menu.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public static function getMenu($menutype = '', $nav_class = [], $logo = null, $l

$return = [];
// Menu Wrapper
echo '<nav class="' . (!empty($nav_wrapper_class) ? ' ' . implode(' ', $nav_wrapper_class) : '') . '">'
echo '<nav class="' . (!empty($nav_wrapper_class) ? ' ' . implode(' ', $nav_wrapper_class) : '') . '" aria-label="'.$headerType.' menu">'
. '<ul class="' . implode(' ', $nav_class) . '">';


Expand Down

0 comments on commit 0cf6c60

Please sign in to comment.