Skip to content

Commit

Permalink
Add an aria-label to the navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
ryelle committed Sep 25, 2023
1 parent 35ac4ed commit 974398b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mu-plugins/blocks/global-header-footer/footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
?>

<!-- wp:group {"tagName":"nav","align":"full","style":{"spacing":{"blockGap":"var:preset|spacing|20"}},"className":"global-footer__navigation-container","layout":{"type":"grid","minimumColumnWidth":"150px"}} -->
<nav class="wp-block-group alignfull global-footer__navigation-container">
<nav class="wp-block-group alignfull global-footer__navigation-container" aria-label="<?php esc_html_e( 'Footer', 'wporg' ); ?>">
<!-- wp:list -->
<ul>
<!-- wp:list-item -->
Expand Down

0 comments on commit 974398b

Please sign in to comment.