Skip to content

Commit

Permalink
Feat: 로그아웃 버튼 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
cjy3458 committed Mar 3, 2024
1 parent b8f3dff commit f5431ef
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/mypage/component/LogoutButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ const LogoutButton = () => {
<Wrapper>
<ButtonWrapper onClick={handleLogout}>
<Text>로그아웃</Text>
{/* <FiLogOut size={15} /> */}
<AiOutlinePoweroff size={13} />
</ButtonWrapper>
</Wrapper>
Expand Down

0 comments on commit f5431ef

Please sign in to comment.