diff --git a/app/views/_tailwind/applications/_address_search.html.erb b/app/views/_tailwind/applications/_address_search.html.erb index d73f7823a..93765ebfb 100644 --- a/app/views/_tailwind/applications/_address_search.html.erb +++ b/app/views/_tailwind/applications/_address_search.html.erb @@ -4,7 +4,7 @@ <%= render "address_search_form", q:, error: %> <% if error.nil? %> -
+
<%= render Tailwind::Heading.new(tag: :h2).with_content("Most commented applications") %> <%# Wrapping in a div to make the bottom of the illustrations match up %>
@@ -21,8 +21,8 @@ <% end %> <% end %> + <%= pa_link_to "View more trending applications", trending_applications_path, extra_classes: "text-2xl inline-block" %>
- <%= pa_link_to "View more trending applications", trending_applications_path, extra_classes: "text-2xl mt-6" %> <%= render Tailwind::Heading.new(tag: :h2).with_content("Latest applications across Australia") %>
<%= image_tag "tailwind/illustration/houses.svg", alt: "" %> @@ -41,8 +41,8 @@ <% end %> <% end %> + <%= pa_link_to "View more latest applications", applications_path, extra_classes: "text-2xl inline-block" %>
- <%= pa_link_to "View more latest applications", applications_path, extra_classes: "text-2xl mt-6" %>