Skip to content

Commit f050065

Browse files
authored
Merge pull request #289 from torchbox/contact-cta-block-heading
Contact CTA block heading
2 parents 22b1a4d + 5736d5b commit f050065

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/contact_call_to_action.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{% load wagtailcore_tags wagtailimages_tags %}
22
<div class="contact-cta grid__contact-cta">
33
{% for cta in value.call_to_action %}
4-
<p class="contact-cta__text heading heading--three">{{ cta.value.text }}</p>
4+
<h2 class="contact-cta__text heading heading--three">{{ cta.value.text }}</h2>
55
{% endfor %}
66

77
{% if value.person %}

0 commit comments

Comments
 (0)