소스 검색

Bugfix. String needs to be set as component property, not function

JC Brand 3 달 전
부모
커밋
8d135ed9c3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/website.js

+ 1 - 1
src/website.js

@@ -1,7 +1,7 @@
 (function () {
     document.addEventListener('DOMContentLoaded', function () {
         new bootstrap.Carousel('#screenshotCarousel', {
-            interval: 3000,
+            interval: 4000,
             ride: 'carousel',
             wrap: true,
         });