Skip to content

Commit 5736d5b

Browse files
committed
make the contact cta use a h2 instead of a p tag
1 parent 25bab41 commit 5736d5b

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)