Skip to content

Commit

Permalink
Fixed indentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Dec 18, 2023
1 parent 0fce9b6 commit 98b4ee3
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,18 @@
#}

{% if 'secondary' in modifier_class %}
{% set type = 'secondary' %}
{% set type = 'secondary' %}
{% else %}
{% set type = 'primary' %}
{% set type = 'primary' %}
{% endif %}
{% set children %}
{% include "@atoms/button/button.twig" with {
{% include "@atoms/button/button.twig" with {
type: type,
text: attributes.value,
modifier_class: modifier_class,
attributes: attributes,
kind: 'submit'
kind: 'submit',
theme: theme
} only %}
{% endset %}
{% include "@molecules/form-element/form-element.twig" with {
Expand Down

0 comments on commit 98b4ee3

Please sign in to comment.