Skip to content

Commit

Permalink
fix(app-header): pass href to nav-main (#363)
Browse files Browse the repository at this point in the history
  • Loading branch information
nowseemee authored May 26, 2021
1 parent 01f20a5 commit a122036
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export class Header {
) : (
readData(this.mainNavigation).map((item) => (
<scale-nav-main
href={item.href}
isActive={isActive(item)}
isMegaMenuVisible={this.visibleMegaMenu === item.id}
onMouseEnter={() => {
Expand Down

0 comments on commit a122036

Please sign in to comment.