From dc263d1ce67bc155da7b1ba3653c3902e5d60f5f Mon Sep 17 00:00:00 2001 From: Cavasin F Date: Mon, 11 Dec 2023 10:25:04 +0100 Subject: [PATCH] Removing self import --- templates/components/status.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/components/status.html.twig b/templates/components/status.html.twig index 8b6379a..211c70f 100644 --- a/templates/components/status.html.twig +++ b/templates/components/status.html.twig @@ -1,5 +1,4 @@ {% macro status(text, options) %} - {% import '@Tabler/components/status.html.twig' as macro %} {% import '@Tabler/includes/utils.html.twig' as utils %} {% set _color = options.color ?? 'green' %} @@ -21,7 +20,7 @@ {{ utils.attr_to_html(_attr) }} > {% if _withDot %} - {{ macro.status_dot({animated : _animated}) }} + {{ _self.status_dot({animated : _animated}) }} {% endif %} {{ text }}