Browse Source

set duration to 5 s

master
farhan 4 months ago
parent
commit
f8c94a3182
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      resources/js/app.js

+ 1
- 1
resources/js/app.js View File

@@ -139,7 +139,7 @@ document.addEventListener('DOMContentLoaded', function() {
139 139
                 var screenWidth = window.innerWidth;
140 140
                 var duration;
141 141
                 if (screenWidth < 600) {
142
-                    duration = 8000; // Smaller screen
142
+                    duration = 5000; // Smaller screen
143 143
                 } else if (screenWidth < 1200) {
144 144
                     duration = 12000; // Medium screen
145 145
                 } else {

Loading…
Cancel
Save