From b2ba56d09d52d885c89939e64e48ad10ff92d26f Mon Sep 17 00:00:00 2001 From: Peter Maquiran Date: Mon, 6 Apr 2026 16:28:12 +0100 Subject: [PATCH] fix sllide --- app/components/tvone-promo-strip.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/components/tvone-promo-strip.tsx b/app/components/tvone-promo-strip.tsx index eff0be6..cf0974e 100644 --- a/app/components/tvone-promo-strip.tsx +++ b/app/components/tvone-promo-strip.tsx @@ -39,7 +39,7 @@ function PromoStripSingleSlide({ photo, onRatioLoad }: SlideProps) { {/* Label Interna - Estilo Premium/iOS */}
- + Destaque
@@ -118,7 +118,7 @@ export function TvonePromoStrip() { }, [photos, index, ratios]); if (loading && photos.length === 0) { - return
; + return
; } if (photos.length === 0) return null; @@ -152,7 +152,7 @@ export function TvonePromoStrip() {