From fc89944cf1591ce81b3793dbcac70f3ddd2b8bb4 Mon Sep 17 00:00:00 2001 From: Krzysiej Date: Tue, 3 Mar 2026 07:49:22 +0100 Subject: [PATCH] Fix badges colors --- templates/product.html.twig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/product.html.twig b/templates/product.html.twig index 1f1c0f0..35ba9ac 100644 --- a/templates/product.html.twig +++ b/templates/product.html.twig @@ -11,8 +11,7 @@ {{ product.name }} - {{ product.subTitle }} + {{ product.subTitle }} {% if product.promotions is not null and product.promotions.hasPromotion %}PROMO: {{ product.promotions.tag }} {% endif %}