Skip to content

Commit 7b47db3

Browse files
author
AJ Griffiths
committed
White space error (again)
1 parent c3f3543 commit 7b47db3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<button class="call-to-action__stickybutton button" data-micromodal-trigger="iframe-embed-modal">
99
<span class="call-to-action__stickyheading">{{ value.sticky_text }}</span>
1010
{% if value.sticky_subtext %}
11-
<br><span class="call-to-action__stickysubtext">{{ value.sticky_subtext }}</span>
11+
<br><span class="call-to-action__stickysubtext">{{ value.sticky_subtext }}</span>
1212
{% endif %}
1313
</button>
1414
{% else %}
@@ -18,7 +18,7 @@
1818
({{ value.get_button_file_size|filesizeformat }})
1919
{% endif %}
2020
{% if value.sticky_subtext %}
21-
<br><span class="call-to-action__stickysubtext">{{ value.sticky_subtext }}</span>
21+
<br><span class="call-to-action__stickysubtext">{{ value.sticky_subtext }}</span>
2222
{% endif %}
2323
</a>
2424
{% endif %}

0 commit comments

Comments
 (0)