From 688e826e9de8995bf1620c79eb004a88cc93bcc4 Mon Sep 17 00:00:00 2001 From: MacRimi Date: Thu, 30 Oct 2025 23:30:58 +0100 Subject: [PATCH] Update onboarding-carousel.tsx --- AppImage/components/onboarding-carousel.tsx | 42 +++++++++++---------- 1 file changed, 23 insertions(+), 19 deletions(-) diff --git a/AppImage/components/onboarding-carousel.tsx b/AppImage/components/onboarding-carousel.tsx index bfe4402..5cc612a 100644 --- a/AppImage/components/onboarding-carousel.tsx +++ b/AppImage/components/onboarding-carousel.tsx @@ -160,9 +160,8 @@ export function OnboardingCarousel() { - {/* Gradient header */}
@@ -170,13 +169,13 @@ export function OnboardingCarousel() { {/* Icon or Image */}
{slide.image ? ( -
+
{slide.title} { const target = e.target as HTMLImageElement target.style.display = "none" @@ -198,43 +197,48 @@ export function OnboardingCarousel() {
- {/* Content */} -
-
-

{slide.title}

-

{slide.description}

+
+
+

{slide.title}

+

+ {slide.description} +

{/* Progress dots */} -
+
{slides.map((_, index) => (
- {/* Navigation buttons */} -
- -
+
{currentSlide < slides.length - 1 ? ( <> - - @@ -242,7 +246,7 @@ export function OnboardingCarousel() { ) : (