Skip to content

Commit

Permalink
add aria-current='page' for a selected nav bar (#32277)
Browse files Browse the repository at this point in the history
  • Loading branch information
nichia authored Oct 4, 2024
1 parent a8d4952 commit a196286
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const MhvSecondaryNavItem = ({
data-dd-action-name={actionName}
className="vads-u-text-decoration--none"
aria-label={abbreviation && ariaLabel}
aria-current={isActive ? 'page' : false}
onClick={() => {
recordEvent({
event: 'nav-mhv-secondary',
Expand Down

0 comments on commit a196286

Please sign in to comment.