Browse Source

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

JC Brand 3 tháng trước cách đây
mục cha
commit
8d135ed9c3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         });