From 85cddb91f00b03be23adb28e729d7a913892a155 Mon Sep 17 00:00:00 2001 From: Andy Smith Date: Thu, 18 Sep 2025 16:43:39 -0500 Subject: [PATCH] Remove the search option from the nav --- app/views/filters/menu/_places.html.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/views/filters/menu/_places.html.erb b/app/views/filters/menu/_places.html.erb index 26a05b2be..90b8f316d 100644 --- a/app/views/filters/menu/_places.html.erb +++ b/app/views/filters/menu/_places.html.erb @@ -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 %>