Skip to content

Commit f33f659

Browse files
authored
Merge pull request #154 from Stackla/UGC-19264
UGC-19264: Remove navigation arrow controls from product swiper
2 parents 8e5ef09 + 1ea1637 commit f33f659

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.changeset/moody-worms-deny.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@stackla/widget-utils": patch
3+
---
4+
5+
remove navigation buttons on product swiper

src/libs/components/expanded-tile-swiper/products.swiper.ts

-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ export function loadProductsSwiper(tileId: string, target: HTMLElement) {
1414
id: `expanded-product-recs-${tileId}`,
1515
mode: "expanded-product-recs",
1616
widgetSelector: swiperCrossSell,
17-
prevButton: "swiper-exp-product-recs-button-prev",
18-
nextButton: "swiper-exp-product-recs-button-next",
1917
paramsOverrides: {
2018
slidesPerView: "auto",
2119
spaceBetween: 2,

0 commit comments

Comments
 (0)