Browse Source

Change h1 to span

pull/102/head
Kat 4 years ago
parent
commit
09c79ef3ed
  1. 4
      app/views/form/page.html.erb

4
app/views/form/page.html.erb

@ -5,9 +5,9 @@
<%= turbo_frame_tag "case_log_form", target: "_top" do %>
<div class="govuk-grid-row">
<div class="govuk-grid-column-two-thirds-from-desktop">
<h1 class="govuk-caption-l">
<span class="govuk-caption-l">
<%= subsection %>
</h1>
</span>
<% if page.header.present? %>
<h1 class="govuk-heading-l">
<%= page.header %>

Loading…
Cancel
Save