make search button visible

This commit is contained in:
AykutSarac 2022-04-09 14:22:19 +03:00
parent 27f4dba9d7
commit bad6fc836f

View File

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