Explorar o código

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

JC Brand hai 3 meses
pai
achega
8d135ed9c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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,
         });