Skip to content

Commit

Permalink
Use heading component
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Feb 12, 2024
1 parent a6ad354 commit 97d5e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/devise/sessions/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<hr class="mt-14 text-[#D2CFC1]">

<div class="flex flex-col items-center mb-36">
<h2 class="mt-20 text-2xl font-bold text-navy">New to Planning Alerts?</h2>
<%= render Tailwind::Heading.new(tag: :h2, font: "sans", size: "2xl", extra_classes: "mt-20").with_content("New to Planning Alerts?") %>
<p class="text-2xl text-navy">Get started here. It's easy.</p>

<div class="my-12">
Expand Down

0 comments on commit 97d5e91

Please sign in to comment.