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.
2 parents 22b1a4d + 5736d5b commit f050065Copy full SHA for f050065
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