소스 검색

change timer

master
azri 9 달 전
부모
커밋
79df17168d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/components/Navbar/Navbar.jsx

+ 1
- 1
src/components/Navbar/Navbar.jsx 파일 보기

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…
취소
저장