Skip to content

Commit

Permalink
Docs: 마이페이지 구분선 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KKangHHee committed Mar 26, 2024
1 parent 9d527c2 commit b3ca03c
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions src/pages/MyPage/MyPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function Mypage() {
</div>
</div>

<div className="mypage_profile_line"></div>
<hr className="mypage_profile_line"/>

<div className="mypage_profile_category_title">
문의 및 알림
Expand All @@ -123,21 +123,24 @@ function Mypage() {
</div>

{isAuth && (
<div className="mypage_profile_category_manage">
계정관리
<div
className="mypage_profile_category"
onClick={() => setIsOpen(true)}
>
로그아웃
</div>
<div
className="mypage_profile_category"
onClick={() => setIsBye(true)}
>
계정탈퇴
<>
<hr className="mypage_profile_line"/>
<div className="mypage_profile_category_manage">
계정관리
<div
className="mypage_profile_category"
onClick={() => setIsOpen(true)}
>
로그아웃
</div>
<div
className="mypage_profile_category"
onClick={() => setIsBye(true)}
>
계정탈퇴
</div>
</div>
</div>
</>
)}

{isOpen && (
Expand Down

0 comments on commit b3ca03c

Please sign in to comment.