Browse Source

loader 2 sec

master
azri 4 weeks ago
parent
commit
07cee68031
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Loader/Loader.jsx

+ 1
- 1
src/components/Loader/Loader.jsx View File

14
     if (products.length > 0) {
14
     if (products.length > 0) {
15
       setTimeout(() => {
15
       setTimeout(() => {
16
         setDisplay(false)
16
         setDisplay(false)
17
-      }, 1000);
17
+      }, 2000);
18
     }
18
     }
19
 
19
 
20
   }, [products])
20
   }, [products])

Loading…
Cancel
Save