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 bfc3b5a commit 6e89f76
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
#}

{% 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,
Expand Down

0 comments on commit 6e89f76

Please sign in to comment.