Skip to content

Commit

Permalink
Merge pull request #15995 from martenson/menu-items-titles
Browse files Browse the repository at this point in the history
remove inherited title from masthead dropdown items
  • Loading branch information
davelopez authored Apr 28, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 8f8d008 + 70ba035 commit 9c7f7a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/Masthead/MastheadItem.vue
Original file line number Diff line number Diff line change
@@ -117,6 +117,7 @@ function open(tab, event) {
:href="withPrefix(item.url)"
:target="item.target || '_parent'"
role="menuitem"
title=""
:active="item.disabled"
:disabled="item.disabled"
@click="open(item, $event)">

0 comments on commit 9c7f7a7

Please sign in to comment.