Skip to content

Commit

Permalink
chore: adds correct pointer cursor to carasoul dots
Browse files Browse the repository at this point in the history
  • Loading branch information
amir20 committed Jan 10, 2025
1 parent 5b822bd commit 43e3f4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/components/common/Carousel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 43e3f4c

Please sign in to comment.