Skip to content

Commit

Permalink
Change map component header to an h2
Browse files Browse the repository at this point in the history
  • Loading branch information
camillevilla committed Apr 18, 2024
1 parent 3b219a5 commit 61527ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/page/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
<div class="page-map-component padding-top-5 padding-bottom-5 <%= page_narrow_classes %>">
<% if title.present? %>
<div class="font-sans-lg text-bold">
<%= content_tag(:span, title, class: 'margin-right-1') %>
<%= content_tag(:h2, title, class: 'margin-right-1') %>
</div>
<% end %>

Expand Down

0 comments on commit 61527ce

Please sign in to comment.