Skip to content

Commit

Permalink
refactor: MyInfo 수정 버튼 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
GC-Park committed Aug 16, 2023
1 parent bbfa912 commit f44cdac
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions frontend/src/components/MyInfo/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ const MyInfo = () => {
{myInfoNameAndEmail.email}
</Text>
</Box>
<MyInfoModifyIcon>
<ModifyMyInfoIcon onClick={onModifyInfo} />
</MyInfoModifyIcon>
</MyInfoContainer>
);
};
Expand All @@ -74,10 +71,4 @@ const MyInfoImg = styled.img`
border-radius: 50%;
`;

const MyInfoModifyIcon = styled(Box)`
position: absolute;
right: 32px;
top: 32px;
`;

export default MyInfo;

0 comments on commit f44cdac

Please sign in to comment.