Skip to content

Commit

Permalink
Headings were starting at h3
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 8, 2024
1 parent 4e6d182 commit 9c6fa6d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/views/_tailwind/alerts_new/edit.html.erb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<%= pa_link_to "< Back to menu", profile_alerts_path, class: "text-2xl" %>

<h3 class="text-4xl font-bold mt-14 text-navy font-display"><%= @alert.address %></h3>
<h1 class="text-4xl font-bold mt-14 text-navy font-display"><%= @alert.address %></h1>
<div>
<h4 class="text-2xl font-bold leading-6 mt-14 text-navy">Last email sent</h4>
<p class="text-2xl font-bold leading-6 mt-14 text-navy">Last email sent</p>
<p class="text-2xl font-normal text-navy">
<%= last_sent_in_words(@alert.last_sent) %>
</p>
Expand Down

0 comments on commit 9c6fa6d

Please sign in to comment.