diff --git a/app/views/_tailwind/home/_how_is_this_free.html.erb b/app/views/_tailwind/home/_how_is_this_free.html.erb index fbfbbbe80..3bfb0fdc5 100644 --- a/app/views/_tailwind/home/_how_is_this_free.html.erb +++ b/app/views/_tailwind/home/_how_is_this_free.html.erb @@ -1,7 +1,6 @@ <%# TODO: The words here are a start and are good in spirit but not totally accurate so need updating %>
- <%# TODO: Non-standard style %> - <%= render Tailwind::Heading.new(tag: :h2, size: "4xl", extra_classes: "pb-8").with_content("How is this free?") %> + <%= render Tailwind::Heading.new(tag: :h1, extra_classes: "pb-8").with_content("How is this free?") %>

diff --git a/app/views/_tailwind/home/_how_it_works.html.erb b/app/views/_tailwind/home/_how_it_works.html.erb index 044ebbab0..002308fe0 100644 --- a/app/views/_tailwind/home/_how_it_works.html.erb +++ b/app/views/_tailwind/home/_how_it_works.html.erb @@ -1,6 +1,5 @@

- <%# TODO: Using non-standard style %> - <%= render Tailwind::Heading.new(tag: :h2, size: "4xl", extra_classes: "mt-20").with_content("How it works") %> + <%= render Tailwind::Heading.new(tag: :h1, extra_classes: "mt-20").with_content("How it works") %>

Planning Alerts collects information from as many local councils and state planning authorities across Australia as possible, so that you can…

@@ -10,7 +9,7 @@
- <%= render Tailwind::Heading.new(tag: :h3, font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Search") %> + <%= render Tailwind::Heading.new(tag: :h2, size: "2xl", font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Search") %> <%= image_tag "tailwind/illustration/search.svg", size: "200x144", class: "mx-auto mb-5", alt: "" %> Search for applications in an area you're interested in @@ -19,7 +18,7 @@
- <%= render Tailwind::Heading.new(tag: :h3, font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Get notified!") %> + <%= render Tailwind::Heading.new(tag: :h2, size: "2xl", font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Get notified!") %> <%= image_tag "tailwind/illustration/get-notified.svg", size: "200x131", class: "mx-auto mb-8", alt: "" %> Sign up to receive email notifications about future developments in your search area. @@ -28,7 +27,7 @@
- <%= render Tailwind::Heading.new(tag: :h3, font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Comment") %> + <%= render Tailwind::Heading.new(tag: :h2, size: "2xl", font: "sans", weight: "semibold", extra_classes: "pb-4").with_content("Comment") %> <%= image_tag "tailwind/illustration/comment.svg", size: "200x165", class: "mx-auto", alt: "" %> Look through the applications that interest you and comment on them. Comments get sent directly to council and are posted publicly on Planning Alerts. diff --git a/app/views/_tailwind/home/_stats.html.erb b/app/views/_tailwind/home/_stats.html.erb index 95508336a..8aad3d54d 100644 --- a/app/views/_tailwind/home/_stats.html.erb +++ b/app/views/_tailwind/home/_stats.html.erb @@ -1,7 +1,6 @@ <% cache "stats", expires_in: 1.hour do %>
- <%# TODO: Non-standard style %> - <%= render Tailwind::Heading.new(tag: :h2, size: "4xl", extra_classes: "mb-12").with_content("This week at Planning Alerts") %> + <%= render Tailwind::Heading.new(tag: :h1, extra_classes: "mb-12").with_content("This week at Planning Alerts") %>