Skip to content

Commit 9f63f75

Browse files
committed
fix swiper content translation issue
1 parent da55501 commit 9f63f75

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

public/src/app/components/landing/portfolio/portfolio.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export class PortfolioComponent implements OnInit {
9090
this.mySwiper = new Swiper('.nav-light', {
9191
paginationClickable: false,
9292
grabCursor: true,
93-
loop: true,
93+
loop: false,
9494
slidesPerView: 1
9595
});
9696
}

public/src/app/components/landing/skills/skills.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class SkillsComponent implements OnInit {
6060
this.mySwiper = new Swiper('.skills__body', {
6161
paginationClickable: false,
6262
grabCursor: true,
63-
loop: true,
63+
loop: false,
6464
slidesPerView: this.slidesPerView
6565
});
6666
}

0 commit comments

Comments
 (0)