<%= 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" %>