Skip to content

Commit

Permalink
remove color twig concat
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Papst <kevinpapst@users.noreply.github.com>
  • Loading branch information
cavasinf and kevinpapst authored Dec 12, 2023
1 parent e167bb6 commit 85c23bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/status_indicator.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% set _attr = options.attr ?? {} %}

<span
class="status-indicator {% if _animated %}status-indicator-animated{% endif %} {{ 'status-'~_color }} {{ _extraClass }}"
class="status-indicator {% if _animated %}status-indicator-animated{% endif %} status-{{ _color }} {{ _extraClass }}"
{{ utils.attr_to_html(_attr) }}
>
<span class="status-indicator-circle"></span>
Expand Down

0 comments on commit 85c23bf

Please sign in to comment.