From 477857783234a105172bcb7c9e5d79acdabd5c90 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 8 Feb 2024 01:21:12 +0000 Subject: [PATCH] Use heading component --- app/views/_tailwind/home/_banner.html.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/_tailwind/home/_banner.html.erb b/app/views/_tailwind/home/_banner.html.erb index de4bf2f9d..2deaa7eeb 100644 --- a/app/views/_tailwind/home/_banner.html.erb +++ b/app/views/_tailwind/home/_banner.html.erb @@ -1,8 +1,8 @@
<%# TODO: This is using a different style than the standard Heading component %> -

+ <%= render Tailwind::Heading.new(tag: :h1, size: "3xl", extra_classes: "sm:text-5xl") do %> Find out for free what is being built and knocked down in your area. -

+ <% end %>
<%= image_tag "tailwind/illustration/banner.svg", alt: "", size: "465x340" %>