Browse Source

change timer

master
azri 1 week ago
parent
commit
79df17168d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/components/Navbar/Navbar.jsx

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

250
         productType,
250
         productType,
251
         list: collection
251
         list: collection
252
       })
252
       })
253
-    }, 200);
253
+    }, 100);
254
   }
254
   }
255
 
255
 
256
   const hideCollectionList = () => {
256
   const hideCollectionList = () => {

Loading…
Cancel
Save