From 31d3984e505062402fdf020735f980eeb0532710 Mon Sep 17 00:00:00 2001 From: Martin Brennan Date: Thu, 25 Jul 2024 13:05:02 +1000 Subject: [PATCH] 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) --- .../javascripts/discourse/app/components/bookmark-menu.gjs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs b/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs index d528a18b497..1cff63b1cb6 100644 --- a/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs +++ b/app/assets/javascripts/discourse/app/components/bookmark-menu.gjs @@ -258,13 +258,6 @@ export default class BookmarkMenu extends Component { {{/unless}} {{#if this.showEditDeleteMenu}} - {{#if this.site.mobileView}} - - {{icon "bookmark"}} - {{i18n "bookmarks.bookmark"}} - - {{/if}} -