From beca8e3e4a7f8d8ec74a0a084eacbf23ca07b0e1 Mon Sep 17 00:00:00 2001 From: Matthew Landauer Date: Thu, 8 Feb 2024 03:57:12 +0000 Subject: [PATCH] Use heading component --- app/views/_tailwind/alerts_new/edit.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/_tailwind/alerts_new/edit.html.erb b/app/views/_tailwind/alerts_new/edit.html.erb index bd53c13ad..c4d862561 100644 --- a/app/views/_tailwind/alerts_new/edit.html.erb +++ b/app/views/_tailwind/alerts_new/edit.html.erb @@ -1,6 +1,6 @@ <%= pa_link_to "< Back to menu", profile_alerts_path, class: "text-2xl" %> -

<%= @alert.address %>

+<%= render Tailwind::Heading.new(tag: :h1, extra_classes: "mt-14").with_content(@alert.address) %>

Last email sent