diff --git a/app/views/content_items/manuals/_hmrc_sections.html.erb b/app/views/content_items/manuals/_hmrc_sections.html.erb index eca5cadca..835730fce 100644 --- a/app/views/content_items/manuals/_hmrc_sections.html.erb +++ b/app/views/content_items/manuals/_hmrc_sections.html.erb @@ -1,5 +1,8 @@ <% if group["title"] %> - <%= group["title"] %> + <%= render "govuk_publishing_components/components/heading", { + text: group["title"], + heading_level: 3, + } %> <% end %>