Skip to content

Commit

Permalink
Add heading level to section title
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinailie committed Dec 4, 2024
1 parent de79fd3 commit 229d46b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/views/content_items/manuals/_hmrc_sections.html.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
<% if group["title"] %>
<%= group["title"] %>
<%= render "govuk_publishing_components/components/heading", {
text: group["title"],
heading_level: 3,
} %>
<% end %>

<ol class="section-list hmrc">
Expand Down

0 comments on commit 229d46b

Please sign in to comment.