diff --git a/docs/app/views/pages/_support_modal.html.erb b/docs/app/views/pages/_support_modal.html.erb index 82434fc6cd..6b00ad964d 100644 --- a/docs/app/views/pages/_support_modal.html.erb +++ b/docs/app/views/pages/_support_modal.html.erb @@ -12,7 +12,6 @@ <%= form_tag(pages_search_path, method: :get) do %> <%= sage_component SageInputGroup, { - group_id: "panel-component-search", has_button: true, group_buttons: [{ icon: "sage-btn--icon-left-search", @@ -33,11 +32,11 @@ <% end %>

How can we help?

-

Questions? Head to our #sage-support Slack Channel and join the conversation.

+

Questions? Suggestions? Head to our #sage-support Slack Channel and join the conversation.

Share your feedback

-

We care about improving your experience. Please select an emoji from the choices below to share your feedback.

+

We care about improving your experience! Share your feedback below.


diff --git a/docs/app/views/pages/search.html.erb b/docs/app/views/pages/search.html.erb index c8b286e753..1a9ec6fff7 100644 --- a/docs/app/views/pages/search.html.erb +++ b/docs/app/views/pages/search.html.erb @@ -26,9 +26,10 @@ <% end %> <% end %> <% if @search.present? %> + <%= @search %> <%= sage_component SageCard, { spacer: { top: :xl }} do %> <% sorted_sage_components.each do |component| %> - <% if component[:title].include? @search %> + <% if component[:title].include? @search or component[:description].include? @search %> <%= sage_component SageChoice, { attributes: { href: pages_component_path(component[:title])