Remove not working Bookmark menu option.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2025-11-06 02:44:30 +02:00
parent 0772ca4036
commit c829c073cf
2 changed files with 0 additions and 8 deletions

View file

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

View file

@ -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'}}")
| 🏠