From 594c4ae9fda1f39bd3061f8bfd946f33939a4087 Mon Sep 17 00:00:00 2001 From: poyrazavsever Date: Tue, 1 Sep 2026 09:45:14 +0300 Subject: [PATCH] fix(layout): stop promo cards from bouncing --- components/layout-promo-rails.tsx | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/components/layout-promo-rails.tsx b/components/layout-promo-rails.tsx index e87da28..4d6793e 100644 --- a/components/layout-promo-rails.tsx +++ b/components/layout-promo-rails.tsx @@ -315,16 +315,9 @@ function PromoRail({ }} className="space-y-3" > - {activeCards.map((card, index) => ( + {activeCards.map((card) => (