mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 09:50:37 -06:00
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:
parent
c7911441fa
commit
31d3984e50
@ -258,13 +258,6 @@ export default class BookmarkMenu extends Component {
|
||||
{{/unless}}
|
||||
|
||||
{{#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
|
||||
class="bookmark-menu__row -edit"
|
||||
data-menu-option-id="edit"
|
||||
|
Loading…
Reference in New Issue
Block a user