From f44cdac7ecfd764460fd13236eac0733f5996f93 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 16 Aug 2023 15:53:08 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20MyInfo=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=EB=B2=84=ED=8A=BC=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/MyInfo/index.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/frontend/src/components/MyInfo/index.tsx b/frontend/src/components/MyInfo/index.tsx index d3b0dd80b..c3d79504c 100644 --- a/frontend/src/components/MyInfo/index.tsx +++ b/frontend/src/components/MyInfo/index.tsx @@ -55,9 +55,6 @@ const MyInfo = () => { {myInfoNameAndEmail.email} - - - ); }; @@ -74,10 +71,4 @@ const MyInfoImg = styled.img` border-radius: 50%; `; -const MyInfoModifyIcon = styled(Box)` - position: absolute; - right: 32px; - top: 32px; -`; - export default MyInfo;