Fix "more info" heading

We were using an <h3> tag when there was no <h2> tag before it.
This commit is contained in:
Javi Martín
2024-05-15 01:06:00 +02:00
parent 6c5b908ef5
commit 3ddba8660e

View File

@@ -38,7 +38,7 @@
<div class="expanded poll-more-info">
<div class="row margin">
<div class="small-12 medium-9 column">
<h3><%= t("polls.show.more_info_title") %></h3>
<h2><%= t("polls.show.more_info_title") %></h2>
<%= auto_link_already_sanitized_html simple_format(@poll.description) %>
</div>
</div>