Jelajahi Sumber

hide search button

AykutSarac 3 tahun lalu
induk
melakukan
8e82f95855
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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>
   );
 };