Przeglądaj źródła

loader 2 sec

master
azri 4 tygodni temu
rodzic
commit
07cee68031
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/components/Loader/Loader.jsx

+ 1
- 1
src/components/Loader/Loader.jsx Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz