From fbb87c8b0e0760768ab3d8c83009d14df8eb2ce0 Mon Sep 17 00:00:00 2001 From: PEDZEO Date: Tue, 20 Jan 2026 01:11:42 +0300 Subject: [PATCH] Refactor PromoDiscountBadge component: simplify button styling, remove unnecessary animations, and adjust layout for improved user experience --- src/components/PromoDiscountBadge.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/components/PromoDiscountBadge.tsx b/src/components/PromoDiscountBadge.tsx index a210fe0..cf53f41 100644 --- a/src/components/PromoDiscountBadge.tsx +++ b/src/components/PromoDiscountBadge.tsx @@ -88,19 +88,12 @@ export default function PromoDiscountBadge() { {/* Badge button */} {/* Dropdown - mobile: fixed centered, desktop: absolute right */}