Merge pull request #1142 from basecamp/remove-nav-search

Remove the search option from the nav
This commit is contained in:
Andy Smith
2025-09-18 16:59:50 -05:00
committed by GitHub
-1
View File
@@ -3,6 +3,5 @@
<%= filter_place_menu_item user_path(Current.user), "My Profile", "person" %>
<%= filter_place_menu_item notifications_path, "Notifications", "bell" %>
<%= filter_place_menu_item notifications_settings_path, "Notification Settings", "settings" %>
<%= filter_place_menu_item search_path, "Search", "search" %>
<%= filter_place_menu_item workflows_path, "Workflows", "bolt" %>
<% end %>