소스 검색

hide search button

AykutSarac 3 년 전
부모
커밋
8e82f95855
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/containers/Editor/Tools.tsx

+ 2 - 2
src/containers/Editor/Tools.tsx

@@ -77,9 +77,9 @@ export const Tools: React.FC = () => {
       <StyledToolElement onClick={zoomIn}>
         <AiOutlinePlus />
       </StyledToolElement>
-      <StyledToolElement>
+      {/* <StyledToolElement>
         <AiOutlineSearch />
-      </StyledToolElement>
+      </StyledToolElement> */}
     </StyledTools>
   );
 };