Skip to content

Commit

Permalink
feat: support rel attribute for sidenav item
Browse files Browse the repository at this point in the history
  • Loading branch information
simshanith authored and Westbrook committed Oct 20, 2020
1 parent a856056 commit 90522e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sidenav/src/SidenavItem.ts
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ export class SideNavItem extends LikeAnchor(Focusable) {
href=${this.href || '#'}
target=${ifDefined(this.target)}
download=${ifDefined(this.download)}
rel=${ifDefined(this.rel)}
data-level="${this.depth}"
@click="${this.handleClick}"
id="itemLink"
Expand Down

0 comments on commit 90522e7

Please sign in to comment.