Skip to content

Commit

Permalink
Merge branch 'main' into fix/video-thumbnail-updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kennylam authored Oct 25, 2023
2 parents 68cdcfd + 346e61e commit debec23
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60334,15 +60334,15 @@ exports[`Storyshots Components/Dotcom shell With L1 1`] = `
className="bx--sub-content-right"
/>
<HeaderNavigation
aria-label=""
aria-label="Main Navigation"
className="bx--masthead__l1-nav"
>
<nav
aria-label=""
aria-label="Main Navigation"
className="bx--header__nav bx--masthead__l1-nav"
>
<ul
aria-label=""
aria-label="Main Navigation"
className="bx--header__menu-bar"
>
<ForwardRef
Expand Down Expand Up @@ -121566,15 +121566,15 @@ exports[`Storyshots Components/Masthead With L1 1`] = `
className="bx--sub-content-right"
/>
<HeaderNavigation
aria-label=""
aria-label="Main Navigation"
className="bx--masthead__l1-nav"
>
<nav
aria-label=""
aria-label="Main Navigation"
className="bx--header__nav bx--masthead__l1-nav"
>
<ul
aria-label=""
aria-label="Main Navigation"
className="bx--header__menu-bar"
>
<ForwardRef
Expand Down
2 changes: 1 addition & 1 deletion packages/react/src/components/Masthead/MastheadL1.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const MastheadL1 = ({ navigationL1, ...rest }) => {
<HeaderNavContainer>
<HeaderNavigation
className={`${prefix}--masthead__l1-nav`}
aria-label="">
aria-label="Main Navigation">
{mastheadL1Links}
</HeaderNavigation>
</HeaderNavContainer>
Expand Down
5 changes: 4 additions & 1 deletion packages/web-components/src/components/masthead/top-nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,10 @@ class DDSTopNav extends StableSelectorMixin(HostListenerMixin(BXHeaderNav)) {
</div>
<div class="${ddsPrefix}-ce--header__nav-content-container">
<div class="${prefix}--header__nav-content">
<nav part="nav" class="${prefix}--header__nav">
<nav
part="nav"
class="${prefix}--header__nav"
aria-label="Main Navigation">
<div class="${prefix}--sub-content-left"></div>
<div
part="menubar"
Expand Down

0 comments on commit debec23

Please sign in to comment.