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 8, 2024
1 parent 4f8aae1 commit 91b65af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/_tailwind/applications/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@
</div>

<section class="pt-20 border-t mt-14 border-light-grey2" id="comments">
<h2 class="inline-block mb-6 text-3xl font-bold text-navy font-display">Comments on this application</h2>
<%= render Tailwind::Heading.new(tag: :h2, extra_classes: "inline-block mb-6").with_content("Comments on this application") %>
<% if @comments.count > 0 %>
<div class="relative inline-block ml-4 -top-6">
<%= render Tailwind::SpeechBubbleComponent.new(size: "4xl", alignment: :right) do %>
Expand Down

0 comments on commit 91b65af

Please sign in to comment.