We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b707bea + 9f63f75 commit aa12b40Copy full SHA for aa12b40
2 files changed
public/src/app/components/landing/portfolio/portfolio.component.ts
@@ -90,7 +90,7 @@ export class PortfolioComponent implements OnInit {
90
this.mySwiper = new Swiper('.nav-light', {
91
paginationClickable: false,
92
grabCursor: true,
93
- loop: true,
+ loop: false,
94
slidesPerView: 1
95
});
96
}
public/src/app/components/landing/skills/skills.component.ts
@@ -60,7 +60,7 @@ export class SkillsComponent implements OnInit {
60
this.mySwiper = new Swiper('.skills__body', {
61
62
63
64
slidesPerView: this.slidesPerView
65
66
0 commit comments