Browse Source

Remove not working Bookmark menu option.

Thanks to xet7 !
Lauri Ojansivu 21 hours ago
parent
commit
c829c073cf
2 changed files with 0 additions and 8 deletions
  1. 0 4
      client/components/main/header.jade
  2. 0 4
      client/components/users/userHeader.jade

+ 0 - 4
client/components/main/header.jade

@@ -83,10 +83,6 @@ template(name="header")
           i.mobile-icon(class="{{#if mobileMode}}active{{/if}}") 📱
           i.desktop-icon(class="{{#unless mobileMode}}active{{/unless}}") 🖥️
 
-      // Bookmarks button - desktop opens popup, mobile routes to page
-      a.board-header-btn.js-open-bookmarks(title="{{_ 'bookmarks'}}")
-        | 🔖
-
       // Notifications
       +notifications
 

+ 0 - 4
client/components/users/userHeader.jade

@@ -25,10 +25,6 @@ template(name="memberMenuPopup")
         a.js-global-search(href="{{pathFor 'global-search'}}")
           | 🔍
           | {{_ 'globalSearch-title'}}
-      li
-        a(href="{{pathFor 'home'}}")
-          | ⭐
-          | {{_ 'my-bookmarks'}}
       li
         a(href="{{pathFor 'home'}}")
           | 🏠