Skip to content

Commit

Permalink
Remove extra navigation role. (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Jan 10, 2025
1 parent 1177da7 commit c91d9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion view/layout/layout.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ $this->htmlElement('body')->appendAttribute('class', 'body-truncate-' . $bodyTru
<div id="oc-trigger">
<a href="#menu" role="button" id="menu-button" class="o-icon-menu button" data-effect="oc-push" aria-label="<?php echo $this->translate('Menu'); ?>"></a>
</div>
<nav id="menu" class="oc-menu oc-push" role="navigation">
<nav id="menu" class="oc-menu oc-push">
<?php echo $site->publicNav()->menu()->renderMenu(); ?>
</nav>
</header>
Expand Down

0 comments on commit c91d9c1

Please sign in to comment.