hide search button

This commit is contained in:
AykutSarac 2022-04-08 23:39:34 +03:00
parent 975dde2cff
commit 8e82f95855

View File

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