Skip to content

Commit 095519e

Browse files
author
AJ Griffiths
committed
Lint changes
1 parent f1de4fd commit 095519e

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ <h2 class="heading heading--two-b call-to-action__heading">{{ value.text }}</h2>
1414
{% if value.get_button_link_block.block_type == "pipedrive_link" %}
1515
<button class="call-to-action__button button" data-micromodal-trigger="pipedrive-embed-modal">Open Modal</button>
1616
{% else %}
17-
<a href="{{ value.get_button_link }}" class="call-to-action__button button">
18-
{{ value.button_text }}
19-
{% if value.get_button_link_block.block_type == "document_link" %}
20-
({{ value.get_button_file_size|filesizeformat }})
21-
{% endif %}
22-
</a>
17+
<a href="{{ value.get_button_link }}" class="call-to-action__button button">
18+
{{ value.button_text }}
19+
{% if value.get_button_link_block.block_type == "document_link" %}
20+
({{ value.get_button_file_size|filesizeformat }})
21+
{% endif %}
22+
</a>
2323
{% endif %}
2424
{% endif %}
2525
</div>

tbx/static_src/javascript/components/modal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@ class Modal {
8383
}
8484
}
8585

86-
export default Modal;
86+
export default Modal;

tbx/static_src/sass/components/_modal.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,4 +145,4 @@
145145
to {
146146
transform: translateY(-10%);
147147
}
148-
}
148+
}

0 commit comments

Comments
 (0)