Skip to content

Commit

Permalink
Merge pull request #125 from xfiveco/XCORNER-7-qa-feedback
Browse files Browse the repository at this point in the history
Xcorner 7 qa feedback
  • Loading branch information
mgbelegu authored Mar 18, 2024
2 parents 3fb796a + f232b19 commit 1257b61
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/theme/common/carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function startSwiper(context) {
allowSlidePrev: true,
slidesPerView: 1,
speed: 500,
loop: false,
loop: true,
spaceBetween: 48,
autoplay: {
delay: 3000,
Expand Down
1 change: 1 addition & 0 deletions assets/scss/components/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,4 @@
@import 'addresses-list';
@import 'wishlist-list';
@import 'alert';
@import 'swiper';
4 changes: 4 additions & 0 deletions assets/scss/components/_swiper.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
.c-swiper__btn-next,
.c-swiper__btn-prev {
cursor: pointer;
}

0 comments on commit 1257b61

Please sign in to comment.