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