UX: Remove bookmark menu title on mobile (#28069)

We don't show this when editing on desktop,
so no need to show on mobile (also the label
is wrong)
This commit is contained in:
Martin Brennan 2024-07-25 13:05:02 +10:00 committed by GitHub
parent c7911441fa
commit 31d3984e50
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -258,13 +258,6 @@ export default class BookmarkMenu extends Component {
{{/unless}} {{/unless}}
{{#if this.showEditDeleteMenu}} {{#if this.showEditDeleteMenu}}
{{#if this.site.mobileView}}
<dropdown.item class="bookmark-menu__title">
{{icon "bookmark"}}
<span>{{i18n "bookmarks.bookmark"}}</span>
</dropdown.item>
{{/if}}
<dropdown.item <dropdown.item
class="bookmark-menu__row -edit" class="bookmark-menu__row -edit"
data-menu-option-id="edit" data-menu-option-id="edit"