Skip to content

Commit

Permalink
Add Chef patents link (#4283)
Browse files Browse the repository at this point in the history
This commit adds a Chef patents link to the user profile dropdown menu.

Signed-off-by: Scott Christopherson <scott@chef.io>
  • Loading branch information
scottopherson committed Sep 4, 2020
1 parent 2c30979 commit e7b53e0
Showing 1 changed file with 12 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
#focusElement>About</button>
</li>
<li>
<a href="https://www.chef.io/online-master-agreement/" target="_blank"
<a href="https://www.chef.io/online-master-agreement/" target="_blank" rel="noopener"
(click)="closeDropdown()"
(keydown.arrowup)="handleArrowUp($event)"
(keydown.arrowdown)="handleArrowDown($event)"
Expand All @@ -55,7 +55,17 @@
</a>
</li>
<li>
<a href="https://automate.chef.io/release-notes/?v={{ buildVersion }}" target="_blank" class="release-notes"
<a href="https://www.chef.io/patents" target="_blank" rel="noopener"
(click)="closeDropdown()"
(keydown.arrowup)="handleArrowUp($event)"
(keydown.arrowdown)="handleArrowDown($event)"
role="menuitem"
#focusElement>
Chef Patents <chef-icon aria-hidden="true" class="dropdown-link-icon">launch</chef-icon>
</a>
</li>
<li>
<a href="https://automate.chef.io/release-notes/?v={{ buildVersion }}" target="_blank" rel="noopener" class="release-notes"
(click)="closeDropdown()"
(keydown.arrowup)="handleArrowUp($event)"
(keydown.arrowdown)="handleArrowDown($event)"
Expand Down

0 comments on commit e7b53e0

Please sign in to comment.