From 43e3f4cd9da6f477270482c093084f997cc742ee Mon Sep 17 00:00:00 2001 From: Amir Raminfar Date: Fri, 10 Jan 2025 08:56:37 -0800 Subject: [PATCH] chore: adds correct pointer cursor to carasoul dots --- assets/components/common/Carousel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/components/common/Carousel.vue b/assets/components/common/Carousel.vue index 1fa73dda..1d8eb05b 100644 --- a/assets/components/common/Carousel.vue +++ b/assets/components/common/Carousel.vue @@ -18,7 +18,7 @@ :key="c.props?.id" @click="scrollToItem(index)" :class="[ - 'size-2 rounded-full transition-all duration-700', + 'size-2 cursor-pointer rounded-full transition-all duration-700', activeIndex === index ? 'bg-primary scale-125' : 'bg-base-content/50 hover:bg-base-content', ]" :aria-label="c.props?.title"