From 489608946318b190aacda6aa5896e018881891ba Mon Sep 17 00:00:00 2001 From: Usman Baig Date: Thu, 26 Mar 2026 23:27:04 +0100 Subject: [PATCH] fix: remove dot indicators from checkout slideshow --- components/checkout/FeatureSlideshow.tsx | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/components/checkout/FeatureSlideshow.tsx b/components/checkout/FeatureSlideshow.tsx index 2ffbbaa..27abc88 100644 --- a/components/checkout/FeatureSlideshow.tsx +++ b/components/checkout/FeatureSlideshow.tsx @@ -77,22 +77,6 @@ export default function FeatureSlideshow() { - {/* Dot indicators */} -
- {slides.map((_, i) => ( -
)