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}} -