diff --git a/apps/marketing/src/components/(marketing)/carousel.tsx b/apps/marketing/src/components/(marketing)/carousel.tsx index 51ee3fed0..22261b205 100644 --- a/apps/marketing/src/components/(marketing)/carousel.tsx +++ b/apps/marketing/src/components/(marketing)/carousel.tsx @@ -82,8 +82,6 @@ export const Carousel = () => { resetProgress(); const autoplay = emblaApi.plugins()?.autoplay; - console.log(autoplay); - if (autoplay) { autoplay.reset(); } @@ -182,8 +180,8 @@ export const Carousel = () => { -
- +
+ {selectedIndex + 1}/{slides.length} @@ -191,7 +189,7 @@ export const Carousel = () => {
-
+
What's new
diff --git a/apps/marketing/src/components/(marketing)/thumb.tsx b/apps/marketing/src/components/(marketing)/thumb.tsx index c4a690292..5a1783d04 100644 --- a/apps/marketing/src/components/(marketing)/thumb.tsx +++ b/apps/marketing/src/components/(marketing)/thumb.tsx @@ -16,9 +16,12 @@ export const Thumb: React.FC = (props) => {