ソースを参照

loader 2 sec

master
azri 4週間前
コミット
07cee68031
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      src/components/Loader/Loader.jsx

+ 1
- 1
src/components/Loader/Loader.jsx ファイルの表示

@@ -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])

読み込み中…
キャンセル
保存