We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25bab41 commit 5736d5bCopy full SHA for 5736d5b
tbx/project_styleguide/templates/patterns/molecules/streamfield/blocks/contact_call_to_action.html
@@ -1,7 +1,7 @@
1
{% load wagtailcore_tags wagtailimages_tags %}
2
<div class="contact-cta grid__contact-cta">
3
{% for cta in value.call_to_action %}
4
- <p class="contact-cta__text heading heading--three">{{ cta.value.text }}</p>
+ <h2 class="contact-cta__text heading heading--three">{{ cta.value.text }}</h2>
5
{% endfor %}
6
7
{% if value.person %}
0 commit comments